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

📋 copy color: '#01C2CD'

red 1 ◦ green 194 ◦ blue 205

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

Shades of Robin's Egg Blue #01C2CD

Tints of Robin's Egg Blue #01C2CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 0.25%
G = 48.5%
B = 51.25%

CMYK

 C value IS 1.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01C2CD (or 0x01C2CD) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and CD. RGB value is (1,194,205). Sum of RGB (Red+Green+Blue) = 1+194+205=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #01C2CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2CD is #FE3D32. Grayscale: #898989. Windows color (decimal): -16661811 or 13484545. OLE color: 13484545.

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

Color convert

RGB 1 194 205 -
CMYK 1.00 0.05 0 0.20
HSL 183.24º 0.99% 0.4% -
HSV(B) 183.24º 1% 0.8% -
XYZ 30.32 43 64.46 -
YUV 137.55 166.06 30.61 -
System Red Green Blue C M Y K H S L
Decimal 1 194 205 1.00 0.05 0 0.20 183.24 0.99 0.4
Hex 1 C2 CD 64 5 0 14 B7 63 28
Octal 1 302 315 144 5 0 24 267 143 50
Binary 1 11000010 11001101 1100100 101 0 10100 10110111 1100011 101000

Color Harmonies of #01C2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2CD

Black with #01C2CD

Text Example


Text Example

White with #01C2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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