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

📋 copy color: '#0CCEBD'

red 12 ◦ green 206 ◦ blue 189

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

Shades of Robin's Egg Blue #0CCEBD

Tints of Robin's Egg Blue #0CCEBD

RGB

 RED value IS 12 (5.08% from 255) = 2.95%

 GREEN value IS 206 (80.86% from 255) = 50.61%

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 2.95%
G = 50.61%
B = 46.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#0CCEBD (or 0x0CCEBD) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and BD. RGB value is (12,206,189). Sum of RGB (Red+Green+Blue) = 12+206+189=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCEBD is #F33142. Grayscale: #919191. Windows color (decimal): -15937859 or 12439052. OLE color: 12439052.

HSL color Cylindrical-coordinate representation of color #0CCEBD: hue angle of 174.74º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCEBD is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 206 189 -
CMYK 0.94 0 0.08 0.19
HSL 174.74º 0.89% 0.43% -
HSV(B) 174.74º 0.94% 0.81% -
XYZ 31.41 47.89 55.73 -
YUV 146.06 152.23 32.38 -
System Red Green Blue C M Y K H S L
Decimal 12 206 189 0.94 0 0.08 0.19 174.74 0.89 0.43
Hex C CE BD 5E 0 8 13 AF 59 2B
Octal 14 316 275 136 0 10 23 257 131 53
Binary 1100 11001110 10111101 1011110 0 1000 10011 10101111 1011001 101011

Color Harmonies of #0CCEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEBD

Black with #0CCEBD

Text Example


Text Example

White with #0CCEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,189); }

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

background-color css

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

 a { background-color: rgb(12,206,189); }

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

border-color css

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

 span { border-color: rgb(12,206,189); }

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