#13CFC9

Color #13CFC9 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #13CFC9

Tints of Robin's Egg Blue #13CFC9

Color information

#13CFC9 (or 0x13CFC9) is unknown color: approx Robin's Egg Blue. HEX triplet: 13, CF and C9. RGB value is (19,207,201). Sum of RGB (Red+Green+Blue) = 19+207+201=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFC9 is #EC3036. Grayscale: #959595. Windows color (decimal): -15478839 or 13225747. OLE color: 13225747.

HSL color Cylindrical-coordinate representation of color #13CFC9: hue angle of 178.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFC9 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB19207201-
CMYK0.9100.030.19
HSL178.09º83.19%44.31%-
HSV(B)178.09º90.82%81.18%-
XYZ33.1248.9862.97-
YUV150.1156.7234.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.45%
GREEN value IS 207 (81.25% from 255) = 48.48%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=4.45%
G=48.48%
B=47.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192072010.9100.030.19178.0983.1944.31
Hex13CFC95B0313b2532c
Octal23317311133032326212354
Binary100111100111111001001101101101110011101100101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13CFC9; }

 p { color: rgb(19,207,201); }

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

<style>
 a { background-color: #13CFC9; }

 a { background-color: rgb(19,207,201); }

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

<style>
 span { border-color: #13CFC9; }

 span { border-color: rgb(19,207,201); }

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