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

📋 copy color: '#0ECECC'

red 14 ◦ green 206 ◦ blue 204

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

Shades of Robin's Egg Blue #0ECECC

Tints of Robin's Egg Blue #0ECECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.58%

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

R = 3.3%
G = 48.58%
B = 48.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#0ECECC (or 0x0ECECC) is known color: Robin's Egg Blue. HEX triplet: 0E, CE and CC. RGB value is (14,206,204). Sum of RGB (Red+Green+Blue) = 14+206+204=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECECC is #F13133. Grayscale: #949494. Windows color (decimal): -15806772 or 13422094. OLE color: 13422094.

HSL color Cylindrical-coordinate representation of color #0ECECC: hue angle of 179.38º 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 #0ECECC is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 14 206 204 -
CMYK 0.93 0 0.01 0.19
HSL 179.38º 0.87% 0.43% -
HSV(B) 179.38º 0.93% 0.81% -
XYZ 33.15 48.6 64.76 -
YUV 148.36 159.39 32.16 -
System Red Green Blue C M Y K H S L
Decimal 14 206 204 0.93 0 0.01 0.19 179.38 0.87 0.43
Hex E CE CC 5D 0 1 13 B3 57 2B
Octal 16 316 314 135 0 1 23 263 127 53
Binary 1110 11001110 11001100 1011101 0 1 10011 10110011 1010111 101011

Color Harmonies of #0ECECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECECC

Black with #0ECECC

Text Example


Text Example

White with #0ECECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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