#0ECBB4

Color #0ECBB4 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #0ECBB4

Tints of Robin's Egg Blue #0ECBB4

Color information

#0ECBB4 (or 0x0ECBB4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, CB and B4. RGB value is (14,203,180). Sum of RGB (Red+Green+Blue) = 14+203+180=397 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.53% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBB4 is #F1344B. Grayscale: #8F8F8F. Windows color (decimal): -15807564 or 11848462. OLE color: 11848462.

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

Color convert

RGB14203180-
CMYK0.9300.110.20
HSL172.7º87.1%42.55%-
HSV(B)172.7º93.1%79.61%-
XYZ29.7846.150.51-
YUV143.87148.3835.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.53%
GREEN value IS 203 (79.69% from 255) = 51.13%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=3.53%
G=51.13%
B=45.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142031800.9300.110.20172.787.142.55
HexECBB45D0B14ad572b
Octal163132641350132425512753
Binary1110110010111011010010111010101110100101011011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ECBB4;
 }
 .AnyTagClassName
 {
   color: #0ECBB4;
 }
</style>
background-color css

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

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

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

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

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

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