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

📋 copy color: '#0CC2CC'

red 12 ◦ green 194 ◦ blue 204

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

Shades of Robin's Egg Blue #0CC2CC

Tints of Robin's Egg Blue #0CC2CC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 2.93%
G = 47.32%
B = 49.76%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0CC2CC (or 0x0CC2CC) is known color: Robin's Egg Blue. HEX triplet: 0C, C2 and CC. RGB value is (12,194,204). Sum of RGB (Red+Green+Blue) = 12+194+204=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CC2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2CC is #F33D33. Grayscale: #8C8C8C. Windows color (decimal): -15940916 or 13419020. OLE color: 13419020.

HSL color Cylindrical-coordinate representation of color #0CC2CC: hue angle of 183.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC2CC is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 194 204 -
CMYK 0.94 0.05 0 0.2
HSL 183.13º 0.89% 0.42% -
HSV(B) 183.13º 0.94% 0.8% -
XYZ 30.34 43.02 63.83 -
YUV 140.72 163.7 36.19 -
System Red Green Blue C M Y K H S L
Decimal 12 194 204 0.94 0.05 0 0.2 183.13 0.89 0.42
Hex C C2 CC 5E 5 0 14 B7 59 2A
Octal 14 302 314 136 5 0 24 267 131 52
Binary 1100 11000010 11001100 1011110 101 0 10100 10110111 1011001 101010

Color Harmonies of #0CC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC2CC

Black with #0CC2CC

Text Example


Text Example

White with #0CC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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