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

📋 copy color: '#0ECBCF'

red 14 ◦ green 203 ◦ blue 207

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

Shades of Robin's Egg Blue #0ECBCF

Tints of Robin's Egg Blue #0ECBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.82%

R = 3.3%
G = 47.88%
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

#0ECBCF (or 0x0ECBCF) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and CF. RGB value is (14,203,207). Sum of RGB (Red+Green+Blue) = 14+203+207=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #0ECBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBCF is #F13430. Grayscale: #929292. Windows color (decimal): -15807537 or 13617934. OLE color: 13617934.

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

Color convert

RGB 14 203 207 -
CMYK 0.93 0.02 0 0.19
HSL 181.24º 0.87% 0.43% -
HSV(B) 181.24º 0.93% 0.81% -
XYZ 32.8 47.31 66.43 -
YUV 146.95 161.88 33.17 -
System Red Green Blue C M Y K H S L
Decimal 14 203 207 0.93 0.02 0 0.19 181.24 0.87 0.43
Hex E CB CF 5D 2 0 13 B5 57 2B
Octal 16 313 317 135 2 0 23 265 127 53
Binary 1110 11001011 11001111 1011101 10 0 10011 10110101 1010111 101011

Color Harmonies of #0ECBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBCF

Black with #0ECBCF

Text Example


Text Example

White with #0ECBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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