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

📋 copy color: '#01C2CC'

red 1 ◦ green 194 ◦ blue 204

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

Shades of Robin's Egg Blue #01C2CC

Tints of Robin's Egg Blue #01C2CC

RGB

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

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

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

R = 0.25%
G = 48.62%
B = 51.13%

CMYK

 C value IS 1.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#01C2CC (or 0x01C2CC) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and CC. RGB value is (1,194,204). Sum of RGB (Red+Green+Blue) = 1+194+204=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #01C2CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2CC is #FE3D33. Grayscale: #898989. Windows color (decimal): -16661812 or 13419009. OLE color: 13419009.

HSL color Cylindrical-coordinate representation of color #01C2CC: hue angle of 182.96º 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 #01C2CC is Cyan = 1.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 1 194 204 -
CMYK 1.00 0.05 0 0.2
HSL 182.96º 0.99% 0.4% -
HSV(B) 182.96º 1% 0.8% -
XYZ 30.2 42.95 63.82 -
YUV 137.43 165.56 30.69 -
System Red Green Blue C M Y K H S L
Decimal 1 194 204 1.00 0.05 0 0.2 182.96 0.99 0.4
Hex 1 C2 CC 64 5 0 14 B7 63 28
Octal 1 302 314 144 5 0 24 267 143 50
Binary 1 11000010 11001100 1100100 101 0 10100 10110111 1100011 101000

Color Harmonies of #01C2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2CC

Black with #01C2CC

Text Example


Text Example

White with #01C2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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