Html Css Color HEX #01C0CC Robin's Egg Blue

📋 copy color: '#01C0CC'

red 1 ◦ green 192 ◦ blue 204

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

Shades of Robin's Egg Blue #01C0CC

Tints of Robin's Egg Blue #01C0CC

RGB

 RED value IS 1 (0.78% from 255) = 0.25%

 GREEN value IS 192 (75.39% from 255) = 48.36%

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

R = 0.25%
G = 48.36%
B = 51.39%

CMYK

 C value IS 1.00

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01C0CC (or 0x01C0CC) is known color: Robin's Egg Blue. HEX triplet: 01, C0 and CC. RGB value is (1,192,204). Sum of RGB (Red+Green+Blue) = 1+192+204=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #01C0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0CC is #FE3F33. Grayscale: #888888. Windows color (decimal): -16662324 or 13418497. OLE color: 13418497.

HSL color Cylindrical-coordinate representation of color #01C0CC: hue angle of 183.55º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C0CC is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 192 204 -
CMYK 1.00 0.06 0 0.2
HSL 183.55º 0.99% 0.4% -
HSV(B) 183.55º 1% 0.8% -
XYZ 29.76 42.07 63.68 -
YUV 136.26 166.22 31.52 -
System Red Green Blue C M Y K H S L
Decimal 1 192 204 1.00 0.06 0 0.2 183.55 0.99 0.4
Hex 1 C0 CC 64 6 0 14 B8 63 28
Octal 1 300 314 144 6 0 24 270 143 50
Binary 1 11000000 11001100 1100100 110 0 10100 10111000 1100011 101000

Color Harmonies of #01C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0CC

Black with #01C0CC

Text Example


Text Example

White with #01C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C0CC; }

 p { color: rgb(1,192,204); }

 H1.HeaderClassName
 {
   color: #01C0CC;
 }
 .AnyTagClassName
 {
   color: #01C0CC;
 }
</style>

background-color css

<style>
 a { background-color: #01C0CC; }

 a { background-color: rgb(1,192,204); }

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

border-color css

<style>
 span { border-color: #01C0CC; }

 span { border-color: rgb(1,192,204); }

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