Html Css Color HEX #0ECACC Robin's Egg Blue

📋 copy color: '#0ECACC'

red 14 ◦ green 202 ◦ blue 204

#0ECACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #0ECACC

Tints of Robin's Egg Blue #0ECACC

RGB

 RED value IS 14 (5.86% from 255) = 3.33%

 GREEN value IS 202 (79.3% from 255) = 48.1%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 3.33%
G = 48.1%
B = 48.57%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0ECACC (or 0x0ECACC) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and CC. RGB value is (14,202,204). Sum of RGB (Red+Green+Blue) = 14+202+204=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ECACC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECACC is #F13533. Grayscale: #919191. Windows color (decimal): -15807796 or 13421070. OLE color: 13421070.

HSL color Cylindrical-coordinate representation of color #0ECACC: hue angle of 180.63º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECACC is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 14 202 204 -
CMYK 0.93 0.01 0 0.2
HSL 180.63º 0.87% 0.43% -
HSV(B) 180.63º 0.93% 0.8% -
XYZ 32.2 46.69 64.44 -
YUV 146.02 160.72 33.84 -
System Red Green Blue C M Y K H S L
Decimal 14 202 204 0.93 0.01 0 0.2 180.63 0.87 0.43
Hex E CA CC 5D 1 0 14 B5 57 2B
Octal 16 312 314 135 1 0 24 265 127 53
Binary 1110 11001010 11001100 1011101 1 0 10100 10110101 1010111 101011

Color Harmonies of #0ECACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECACC

Black with #0ECACC

Text Example


Text Example

White with #0ECACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ECACC;
 }
 .AnyTagClassName
 {
   color: #0ECACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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