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

📋 copy color: '#0ECBBA'

red 14 ◦ green 203 ◦ blue 186

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

Shades of Robin's Egg Blue #0ECBBA

Tints of Robin's Egg Blue #0ECBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 3.47%
G = 50.37%
B = 46.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#0ECBBA (or 0x0ECBBA) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and BA. RGB value is (14,203,186). Sum of RGB (Red+Green+Blue) = 14+203+186=403 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.47% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBBA is #F13445. Grayscale: #909090. Windows color (decimal): -15807558 or 12241678. OLE color: 12241678.

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

Color convert

RGB 14 203 186 -
CMYK 0.93 0 0.08 0.20
HSL 174.6º 0.87% 0.43% -
HSV(B) 174.6º 0.93% 0.8% -
XYZ 30.4 46.35 53.8 -
YUV 144.55 151.38 34.88 -
System Red Green Blue C M Y K H S L
Decimal 14 203 186 0.93 0 0.08 0.20 174.6 0.87 0.43
Hex E CB BA 5D 0 8 14 AF 57 2B
Octal 16 313 272 135 0 10 24 257 127 53
Binary 1110 11001011 10111010 1011101 0 1000 10100 10101111 1010111 101011

Color Harmonies of #0ECBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBBA

Black with #0ECBBA

Text Example


Text Example

White with #0ECBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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