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

📋 copy color: '#01C5CA'

red 1 ◦ green 197 ◦ blue 202

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

Shades of Robin's Egg Blue #01C5CA

Tints of Robin's Egg Blue #01C5CA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.25%

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

R = 0.25%
G = 49.25%
B = 50.5%

CMYK

 C value IS 1.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01C5CA (or 0x01C5CA) is known color: Robin's Egg Blue. HEX triplet: 01, C5 and CA. RGB value is (1,197,202). Sum of RGB (Red+Green+Blue) = 1+197+202=400 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #01C5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C5CA is #FE3A35. Grayscale: #8A8A8A. Windows color (decimal): -16661046 or 13288705. OLE color: 13288705.

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

Color convert

RGB 1 197 202 -
CMYK 1.00 0.02 0 0.21
HSL 181.49º 0.99% 0.4% -
HSV(B) 181.49º 1% 0.79% -
XYZ 30.64 44.2 62.79 -
YUV 138.97 163.57 29.59 -
System Red Green Blue C M Y K H S L
Decimal 1 197 202 1.00 0.02 0 0.21 181.49 0.99 0.4
Hex 1 C5 CA 64 2 0 15 B5 63 28
Octal 1 305 312 144 2 0 25 265 143 50
Binary 1 11000101 11001010 1100100 10 0 10101 10110101 1100011 101000

Color Harmonies of #01C5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C5CA

Black with #01C5CA

Text Example


Text Example

White with #01C5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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