#13C9CF

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

Shades of Robin's Egg Blue #13C9CF

Tints of Robin's Egg Blue #13C9CF

Color information

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

HSL color Cylindrical-coordinate representation of color #13C9CF: hue angle of 181.91º 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 #13C9CF is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19201207-
CMYK0.910.0300.19
HSL181.91º83.19%44.31%-
HSV(B)181.91º90.82%81.18%-
XYZ32.4246.4266.28-
YUV147.27161.736.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal192012070.910.0300.19181.9183.1944.31
Hex13C9CF5B3013b6532c
Octal23311317133302326612354
Binary100111100100111001111101101111010011101101101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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