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

📋 copy color: '#01C0D0'

red 1 ◦ green 192 ◦ blue 208

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

Shades of Robin's Egg Blue #01C0D0

Tints of Robin's Egg Blue #01C0D0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 0.25%
G = 47.88%
B = 51.87%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#01C0D0 (or 0x01C0D0) is known color: Robin's Egg Blue. HEX triplet: 01, C0 and D0. RGB value is (1,192,208). Sum of RGB (Red+Green+Blue) = 1+192+208=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #01C0D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0D0 is #FE3F2F. Grayscale: #888888. Windows color (decimal): -16662320 or 13680641. OLE color: 13680641.

HSL color Cylindrical-coordinate representation of color #01C0D0: hue angle of 184.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C0D0 is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 192 208 -
CMYK 1.00 0.08 0 0.18
HSL 184.64º 0.99% 0.41% -
HSV(B) 184.64º 1% 0.82% -
XYZ 30.25 42.26 66.24 -
YUV 136.72 168.22 31.2 -
System Red Green Blue C M Y K H S L
Decimal 1 192 208 1.00 0.08 0 0.18 184.64 0.99 0.41
Hex 1 C0 D0 64 8 0 12 B9 63 29
Octal 1 300 320 144 10 0 22 271 143 51
Binary 1 11000000 11010000 1100100 1000 0 10010 10111001 1100011 101001

Color Harmonies of #01C0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C0D0

Black with #01C0D0

Text Example


Text Example

White with #01C0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,192,208); }

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

background-color css

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

 a { background-color: rgb(1,192,208); }

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

border-color css

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

 span { border-color: rgb(1,192,208); }

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