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

📋 copy color: '#01C7CA'

red 1 ◦ green 199 ◦ blue 202

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

Shades of Robin's Egg Blue #01C7CA

Tints of Robin's Egg Blue #01C7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.5%

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

R = 0.25%
G = 49.5%
B = 50.25%

CMYK

 C value IS 1.00

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01C7CA (or 0x01C7CA) is known color: Robin's Egg Blue. HEX triplet: 01, C7 and CA. RGB value is (1,199,202). Sum of RGB (Red+Green+Blue) = 1+199+202=402 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #01C7CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C7CA is #FE3835. Grayscale: #8B8B8B. Windows color (decimal): -16660534 or 13289217. OLE color: 13289217.

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

Color convert

RGB 1 199 202 -
CMYK 1.00 0.01 0 0.21
HSL 180.9º 0.99% 0.4% -
HSV(B) 180.9º 1% 0.79% -
XYZ 31.1 45.12 62.95 -
YUV 140.14 162.9 28.76 -
System Red Green Blue C M Y K H S L
Decimal 1 199 202 1.00 0.01 0 0.21 180.9 0.99 0.4
Hex 1 C7 CA 64 1 0 15 B5 63 28
Octal 1 307 312 144 1 0 25 265 143 50
Binary 1 11000111 11001010 1100100 1 0 10101 10110101 1100011 101000

Color Harmonies of #01C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C7CA

Black with #01C7CA

Text Example


Text Example

White with #01C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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