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

📋 copy color: '#01C2CA'

red 1 ◦ green 194 ◦ blue 202

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

Shades of Robin's Egg Blue #01C2CA

Tints of Robin's Egg Blue #01C2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 0.25%
G = 48.87%
B = 50.88%

CMYK

 C value IS 1.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01C2CA (or 0x01C2CA) is known color: Robin's Egg Blue. HEX triplet: 01, C2 and CA. RGB value is (1,194,202). Sum of RGB (Red+Green+Blue) = 1+194+202=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #01C2CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C2CA is #FE3D35. Grayscale: #888888. Windows color (decimal): -16661814 or 13287937. OLE color: 13287937.

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

Color convert

RGB 1 194 202 -
CMYK 1.00 0.04 0 0.21
HSL 182.39º 0.99% 0.4% -
HSV(B) 182.39º 1% 0.79% -
XYZ 29.96 42.85 62.57 -
YUV 137.21 164.56 30.85 -
System Red Green Blue C M Y K H S L
Decimal 1 194 202 1.00 0.04 0 0.21 182.39 0.99 0.4
Hex 1 C2 CA 64 4 0 15 B6 63 28
Octal 1 302 312 144 4 0 25 266 143 50
Binary 1 11000010 11001010 1100100 100 0 10101 10110110 1100011 101000

Color Harmonies of #01C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C2CA

Black with #01C2CA

Text Example


Text Example

White with #01C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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