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

📋 copy color: '#0ECBCE'

red 14 ◦ green 203 ◦ blue 206

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

Shades of Robin's Egg Blue #0ECBCE

Tints of Robin's Egg Blue #0ECBCE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.99%

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

R = 3.31%
G = 47.99%
B = 48.7%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0ECBCE (or 0x0ECBCE) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and CE. RGB value is (14,203,206). Sum of RGB (Red+Green+Blue) = 14+203+206=423 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.31% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #0ECBCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBCE is #F13431. Grayscale: #929292. Windows color (decimal): -15807538 or 13552398. OLE color: 13552398.

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

Color convert

RGB 14 203 206 -
CMYK 0.93 0.01 0 0.19
HSL 180.94º 0.87% 0.43% -
HSV(B) 180.94º 0.93% 0.81% -
XYZ 32.68 47.26 65.79 -
YUV 146.83 161.38 33.26 -
System Red Green Blue C M Y K H S L
Decimal 14 203 206 0.93 0.01 0 0.19 180.94 0.87 0.43
Hex E CB CE 5D 1 0 13 B5 57 2B
Octal 16 313 316 135 1 0 23 265 127 53
Binary 1110 11001011 11001110 1011101 1 0 10011 10110101 1010111 101011

Color Harmonies of #0ECBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBCE

Black with #0ECBCE

Text Example


Text Example

White with #0ECBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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