#0ECBB3

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

Shades of Robin's Egg Blue #0ECBB3

Tints of Robin's Egg Blue #0ECBB3

Color information

#0ECBB3 (or 0x0ECBB3) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, CB and B3. RGB value is (14,203,179). Sum of RGB (Red+Green+Blue) = 14+203+179=396 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBB3 is #F1344C. Grayscale: #8F8F8F. Windows color (decimal): -15807565 or 11782926. OLE color: 11782926.

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

Color convert

RGB14203179-
CMYK0.9300.120.20
HSL172.38º87.1%42.55%-
HSV(B)172.38º93.1%79.61%-
XYZ29.6746.0649.97-
YUV143.75147.8835.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.54%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=3.54%
G=51.26%
B=45.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal142031790.9300.120.20172.3887.142.55
HexECBB35D0C14ac572b
Octal163132631350142425412753
Binary1110110010111011001110111010110010100101011001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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