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

📋 copy color: '#0CCCCE'

red 12 ◦ green 204 ◦ blue 206

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

Shades of Robin's Egg Blue #0CCCCE

Tints of Robin's Egg Blue #0CCCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 2.84%
G = 48.34%
B = 48.82%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0CCCCE (or 0x0CCCCE) is known color: Robin's Egg Blue. HEX triplet: 0C, CC and CE. RGB value is (12,204,206). Sum of RGB (Red+Green+Blue) = 12+204+206=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CCCCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCCE is #F33331. Grayscale: #929292. Windows color (decimal): -15938354 or 13552652. OLE color: 13552652.

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

Color convert

RGB 12 204 206 -
CMYK 0.94 0.01 0 0.19
HSL 180.62º 0.89% 0.43% -
HSV(B) 180.62º 0.94% 0.81% -
XYZ 32.89 47.72 65.87 -
YUV 146.82 161.39 31.84 -
System Red Green Blue C M Y K H S L
Decimal 12 204 206 0.94 0.01 0 0.19 180.62 0.89 0.43
Hex C CC CE 5E 1 0 13 B5 59 2B
Octal 14 314 316 136 1 0 23 265 131 53
Binary 1100 11001100 11001110 1011110 1 0 10011 10110101 1011001 101011

Color Harmonies of #0CCCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCCE

Black with #0CCCCE

Text Example


Text Example

White with #0CCCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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