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

📋 copy color: '#0ECCBB'

red 14 ◦ green 204 ◦ blue 187

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

Shades of Robin's Egg Blue #0ECCBB

Tints of Robin's Egg Blue #0ECCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 3.46%
G = 50.37%
B = 46.17%

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

#0ECCBB (or 0x0ECCBB) is known color: Robin's Egg Blue. HEX triplet: 0E, CC and BB. RGB value is (14,204,187). Sum of RGB (Red+Green+Blue) = 14+204+187=405 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.46% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCBB is #F13344. Grayscale: #919191. Windows color (decimal): -15807301 or 12307470. OLE color: 12307470.

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

Color convert

RGB 14 204 187 -
CMYK 0.93 0 0.08 0.2
HSL 174.63º 0.87% 0.43% -
HSV(B) 174.63º 0.93% 0.8% -
XYZ 30.74 46.87 54.44 -
YUV 145.25 151.55 34.38 -
System Red Green Blue C M Y K H S L
Decimal 14 204 187 0.93 0 0.08 0.2 174.63 0.87 0.43
Hex E CC BB 5D 0 8 14 AF 57 2B
Octal 16 314 273 135 0 10 24 257 127 53
Binary 1110 11001100 10111011 1011101 0 1000 10100 10101111 1010111 101011

Color Harmonies of #0ECCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ECCBB

Black with #0ECCBB

Text Example


Text Example

White with #0ECCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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