#55C2D8

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

Shades of Viking #55C2D8

Tints of Viking #55C2D8

Color information

#55C2D8 (or 0x55C2D8) is unknown color: approx Viking. HEX triplet: 55, C2 and D8. RGB value is (85,194,216). Sum of RGB (Red+Green+Blue) = 85+194+216=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #55C2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2D8 is #AA3D27. Grayscale: #A3A3A3. Windows color (decimal): -11156776 or 14205525. OLE color: 14205525.

HSL color Cylindrical-coordinate representation of color #55C2D8: hue angle of 190.08º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C2D8 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB85194216-
CMYK0.610.1000.15
HSL190.08º62.68%59.02%-
HSV(B)190.08º60.65%84.71%-
XYZ35.4345.4771.88-
YUV163.92157.3971.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.17%
GREEN value IS 194 (76.17% from 255) = 39.19%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=17.17%
G=39.19%
B=43.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal851942160.610.1000.15190.0862.6859.02
Hex55C2D83DA0Fbe3f3b
Octal12530233075120172767773
Binary1010101110000101101100011110110100111110111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,194,216); }

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

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

 a { background-color: rgb(85,194,216); }

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

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

 span { border-color: rgb(85,194,216); }

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