#55BFCE

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

Shades of Viking #55BFCE

Tints of Viking #55BFCE

Color information

#55BFCE (or 0x55BFCE) is unknown color: approx Viking. HEX triplet: 55, BF and CE. RGB value is (85,191,206). Sum of RGB (Red+Green+Blue) = 85+191+206=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #55BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFCE is #AA4031. Grayscale: #A0A0A0. Windows color (decimal): -11157554 or 13549397. OLE color: 13549397.

HSL color Cylindrical-coordinate representation of color #55BFCE: hue angle of 187.44º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BFCE is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85191206-
CMYK0.590.0700.19
HSL187.44º55.25%57.06%-
HSV(B)187.44º58.74%80.78%-
XYZ33.5243.6565.05-
YUV161.02153.3873.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.63%
GREEN value IS 191 (75% from 255) = 39.63%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=17.63%
G=39.63%
B=42.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851912060.590.0700.19187.4455.2557.06
Hex55BFCE3B7013bb3739
Octal1252773167370232736771
Binary1010101101111111100111011101111101001110111011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,206); }

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

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

 a { background-color: rgb(85,191,206); }

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

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

 span { border-color: rgb(85,191,206); }

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