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

📋 copy color: '#01DDB8'

red 1 ◦ green 221 ◦ blue 184

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

Shades of Robin's Egg Blue #01DDB8

Tints of Robin's Egg Blue #01DDB8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.43%

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 0.25%
G = 54.43%
B = 45.32%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#01DDB8 (or 0x01DDB8) is known color: Robin's Egg Blue. HEX triplet: 01, DD and B8. RGB value is (1,221,184). Sum of RGB (Red+Green+Blue) = 1+221+184=406 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #01DDB8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DDB8 is #FE2247. Grayscale: #969696. Windows color (decimal): -16654920 or 12115201. OLE color: 12115201.

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

Color convert

RGB 1 221 184 -
CMYK 1.00 0 0.17 0.13
HSL 169.91º 0.99% 0.44% -
HSV(B) 169.91º 1% 0.87% -
XYZ 34.52 55.18 54.18 -
YUV 151 146.61 21.01 -
System Red Green Blue C M Y K H S L
Decimal 1 221 184 1.00 0 0.17 0.13 169.91 0.99 0.44
Hex 1 DD B8 64 0 11 D AA 63 2C
Octal 1 335 270 144 0 21 15 252 143 54
Binary 1 11011101 10111000 1100100 0 10001 1101 10101010 1100011 101100

Color Harmonies of #01DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DDB8

Black with #01DDB8

Text Example


Text Example

White with #01DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,184); }

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

background-color css

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

 a { background-color: rgb(1,221,184); }

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

border-color css

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

 span { border-color: rgb(1,221,184); }

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