#55BBD7

Color #55BBD7 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #55BBD7

Tints of Viking #55BBD7

Color information

#55BBD7 (or 0x55BBD7) is unknown color: approx Viking. HEX triplet: 55, BB and D7. RGB value is (85,187,215). Sum of RGB (Red+Green+Blue) = 85+187+215=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #55BBD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBD7 is #AA4428. Grayscale: #9F9F9F. Windows color (decimal): -11158569 or 14138197. OLE color: 14138197.

HSL color Cylindrical-coordinate representation of color #55BBD7: hue angle of 192.92º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55BBD7 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85187215-
CMYK0.600.1300.16
HSL192.92º61.9%58.82%-
HSV(B)192.92º60.47%84.31%-
XYZ33.7842.3870.69-
YUV159.69159.2174.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=17.45%
G=38.40%
B=44.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851872150.600.1300.16192.9261.958.82
Hex55BBD73CD010c13e3b
Octal12527332774150203017673
Binary10101011011101111010111111100110101000011000001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BBD7; }

 p { color: rgb(85,187,215); }

 H1.HeaderClassName
 {
   color: #55BBD7;
 }
 .AnyTagClassName
 {
   color: #55BBD7;
 }
</style>
background-color css

<style>
 a { background-color: #55BBD7; }

 a { background-color: rgb(85,187,215); }

 div.DivClassName
 {
   background-color: #55BBD7;
 }
 .BgClassName
 {
   background-color: #55BBD7;
 }
</style>
border-color css

<style>
 span { border-color: #55BBD7; }

 span { border-color: rgb(85,187,215); }

 td.TdClassName
 {
   border-color: #55BBD7;
 }
 .TagClassName
 {
   border-color: #55BBD7;
 }
</style>