#0ECAC9

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

Shades of Robin's Egg Blue #0ECAC9

Tints of Robin's Egg Blue #0ECAC9

Color information

#0ECAC9 (or 0x0ECAC9) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, CA and C9. RGB value is (14,202,201). Sum of RGB (Red+Green+Blue) = 14+202+201=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECAC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECAC9 is #F13536. Grayscale: #919191. Windows color (decimal): -15807799 or 13224462. OLE color: 13224462.

HSL color Cylindrical-coordinate representation of color #0ECAC9: hue angle of 179.68º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECAC9 is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB14202201-
CMYK0.9300.000.21
HSL179.68º87.04%42.35%-
HSV(B)179.68º93.07%79.22%-
XYZ31.8446.5562.57-
YUV145.67159.2234.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.36%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 201 (78.91% from 255) = 48.20%
R=3.36%
G=48.44%
B=48.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142022010.9300.000.21179.6887.0442.35
HexECAC95D0015b4572a
Octal16312311135002526412752
Binary1110110010101100100110111010010101101101001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECAC9; }

 p { color: rgb(14,202,201); }

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

<style>
 a { background-color: #0ECAC9; }

 a { background-color: rgb(14,202,201); }

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

<style>
 span { border-color: #0ECAC9; }

 span { border-color: rgb(14,202,201); }

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