#01D8BF

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

Shades of Robin's Egg Blue #01D8BF

Tints of Robin's Egg Blue #01D8BF

Color information

#01D8BF (or 0x01D8BF) is unknown color: approx Robin's Egg Blue. HEX triplet: 01, D8 and BF. RGB value is (1,216,191). Sum of RGB (Red+Green+Blue) = 1+216+191=408 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D8BF is #FE2740. Grayscale: #949494. Windows color (decimal): -16656193 or 12572673. OLE color: 12572673.

HSL color Cylindrical-coordinate representation of color #01D8BF: hue angle of 173.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D8BF is Cyan = 1.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB1216191-
CMYK1.0000.120.15
HSL173.02º99.08%42.55%-
HSV(B)173.02º99.54%84.71%-
XYZ33.9752.8857.71-
YUV148.86151.7722.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 216 (84.77% from 255) = 52.94%
BLUE value IS 191 (75% from 255) = 46.81%
R=0.25%
G=52.94%
B=46.81%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12161911.0000.120.15173.0299.0842.55
Hex1D8BF640CFad632b
Octal13302771440141725514353
Binary111011000101111111100100011001111101011011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,216,191); }

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

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

 a { background-color: rgb(1,216,191); }

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

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

 span { border-color: rgb(1,216,191); }

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