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

📋 copy color: '#0ECCBC'

red 14 ◦ green 204 ◦ blue 188

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

Shades of Robin's Egg Blue #0ECCBC

Tints of Robin's Egg Blue #0ECCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.25%

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

R = 3.45%
G = 50.25%
B = 46.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#0ECCBC (or 0x0ECCBC) is known color: Robin's Egg Blue. HEX triplet: 0E, CC and BC. RGB value is (14,204,188). Sum of RGB (Red+Green+Blue) = 14+204+188=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCBC is #F13343. Grayscale: #919191. Windows color (decimal): -15807300 or 12373006. OLE color: 12373006.

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

Color convert

RGB 14 204 188 -
CMYK 0.93 0 0.08 0.2
HSL 174.95º 0.87% 0.43% -
HSV(B) 174.95º 0.93% 0.8% -
XYZ 30.85 46.91 55.01 -
YUV 145.37 152.05 34.3 -
System Red Green Blue C M Y K H S L
Decimal 14 204 188 0.93 0 0.08 0.2 174.95 0.87 0.43
Hex E CC BC 5D 0 8 14 AF 57 2B
Octal 16 314 274 135 0 10 24 257 127 53
Binary 1110 11001100 10111100 1011101 0 1000 10100 10101111 1010111 101011

Color Harmonies of #0ECCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCBC

Black with #0ECCBC

Text Example


Text Example

White with #0ECCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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