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

📋 copy color: '#0ECBBC'

red 14 ◦ green 203 ◦ blue 188

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

Shades of Robin's Egg Blue #0ECBBC

Tints of Robin's Egg Blue #0ECBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 3.46%
G = 50.12%
B = 46.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#0ECBBC (or 0x0ECBBC) is known color: Robin's Egg Blue. HEX triplet: 0E, CB and BC. RGB value is (14,203,188). Sum of RGB (Red+Green+Blue) = 14+203+188=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECBBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECBBC is #F13443. Grayscale: #909090. Windows color (decimal): -15807556 or 12372750. OLE color: 12372750.

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

Color convert

RGB 14 203 188 -
CMYK 0.93 0 0.07 0.20
HSL 175.24º 0.87% 0.43% -
HSV(B) 175.24º 0.93% 0.8% -
XYZ 30.61 46.44 54.93 -
YUV 144.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 14 203 188 0.93 0 0.07 0.20 175.24 0.87 0.43
Hex E CB BC 5D 0 7 14 AF 57 2B
Octal 16 313 274 135 0 7 24 257 127 53
Binary 1110 11001011 10111100 1011101 0 111 10100 10101111 1010111 101011

Color Harmonies of #0ECBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECBBC

Black with #0ECBBC

Text Example


Text Example

White with #0ECBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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