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

📋 copy color: '#0ECACE'

red 14 ◦ green 202 ◦ blue 206

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

Shades of Robin's Egg Blue #0ECACE

Tints of Robin's Egg Blue #0ECACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 3.32%
G = 47.87%
B = 48.82%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0ECACE (or 0x0ECACE) is known color: Robin's Egg Blue. HEX triplet: 0E, CA and CE. RGB value is (14,202,206). Sum of RGB (Red+Green+Blue) = 14+202+206=422 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.32% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ECACE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECACE is #F13531. Grayscale: #929292. Windows color (decimal): -15807794 or 13552142. OLE color: 13552142.

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

Color convert

RGB 14 202 206 -
CMYK 0.93 0.02 0 0.19
HSL 181.25º 0.87% 0.43% -
HSV(B) 181.25º 0.93% 0.81% -
XYZ 32.44 46.79 65.71 -
YUV 146.24 161.72 33.67 -
System Red Green Blue C M Y K H S L
Decimal 14 202 206 0.93 0.02 0 0.19 181.25 0.87 0.43
Hex E CA CE 5D 2 0 13 B5 57 2B
Octal 16 312 316 135 2 0 23 265 127 53
Binary 1110 11001010 11001110 1011101 10 0 10011 10110101 1010111 101011

Color Harmonies of #0ECACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECACE

Black with #0ECACE

Text Example


Text Example

White with #0ECACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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