#01D0C8

Color #01D0C8 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #01D0C8

Tints of Robin's Egg Blue #01D0C8

Color information

#01D0C8 (or 0x01D0C8) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, D0 and C8. RGB value is (1,208,200). Sum of RGB (Red+Green+Blue) = 1+208+200=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #01D0C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D0C8 is #FE2F37. Grayscale: #919191. Windows color (decimal): -16658232 or 13160449. OLE color: 13160449.

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

Color convert

RGB1208200-
CMYK1.0000.040.18
HSL177.68º99.04%40.98%-
HSV(B)177.68º99.52%81.57%-
XYZ32.9949.2962.42-
YUV145.2158.9225.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 208 (81.64% from 255) = 50.86%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=0.24%
G=50.86%
B=48.90%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12082001.0000.040.18177.6899.0440.98
Hex1D0C8640412b26329
Octal1320310144042226214351
Binary111010000110010001100100010010010101100101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01D0C8;
 }
 .AnyTagClassName
 {
   color: #01D0C8;
 }
</style>
background-color css

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

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

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

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

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

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