#01D3C5

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

Shades of Robin's Egg Blue #01D3C5

Tints of Robin's Egg Blue #01D3C5

Color information

#01D3C5 (or 0x01D3C5) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, D3 and C5. RGB value is (1,211,197). Sum of RGB (Red+Green+Blue) = 1+211+197=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #01D3C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D3C5 is #FE2C3A. Grayscale: #929292. Windows color (decimal): -16657467 or 12964609. OLE color: 12964609.

HSL color Cylindrical-coordinate representation of color #01D3C5: hue angle of 176º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D3C5 is Cyan = 1.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB1211197-
CMYK1.0000.070.17
HSL176º99.06%41.57%-
HSV(B)176º99.53%82.75%-
XYZ33.3850.6360.84-
YUV146.61156.4324.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.24%
GREEN value IS 211 (82.81% from 255) = 51.59%
BLUE value IS 197 (77.34% from 255) = 48.17%
R=0.24%
G=51.59%
B=48.17%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12111971.0000.070.1717699.0641.57
Hex1D3C5640711b0632a
Octal1323305144072126014352
Binary111010011110001011100100011110001101100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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