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

📋 copy color: '#0CCEBB'

red 12 ◦ green 206 ◦ blue 187

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

Shades of Robin's Egg Blue #0CCEBB

Tints of Robin's Egg Blue #0CCEBB

RGB

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

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

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

R = 2.96%
G = 50.86%
B = 46.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#0CCEBB (or 0x0CCEBB) is known color: Robin's Egg Blue. HEX triplet: 0C, CE and BB. RGB value is (12,206,187). Sum of RGB (Red+Green+Blue) = 12+206+187=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCEBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCEBB is #F33144. Grayscale: #919191. Windows color (decimal): -15937861 or 12307980. OLE color: 12307980.

HSL color Cylindrical-coordinate representation of color #0CCEBB: hue angle of 174.12º 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 #0CCEBB is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 206 187 -
CMYK 0.94 0 0.09 0.19
HSL 174.12º 0.89% 0.43% -
HSV(B) 174.12º 0.94% 0.81% -
XYZ 31.19 47.81 54.6 -
YUV 145.83 151.23 32.54 -
System Red Green Blue C M Y K H S L
Decimal 12 206 187 0.94 0 0.09 0.19 174.12 0.89 0.43
Hex C CE BB 5E 0 9 13 AE 59 2B
Octal 14 316 273 136 0 11 23 256 131 53
Binary 1100 11001110 10111011 1011110 0 1001 10011 10101110 1011001 101011

Color Harmonies of #0CCEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEBB

Black with #0CCEBB

Text Example


Text Example

White with #0CCEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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