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

📋 copy color: '#01D8BC'

red 1 ◦ green 216 ◦ blue 188

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

Shades of Robin's Egg Blue #01D8BC

Tints of Robin's Egg Blue #01D8BC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.33%

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 0.25%
G = 53.33%
B = 46.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#01D8BC (or 0x01D8BC) is known color: Robin's Egg Blue. HEX triplet: 01, D8 and BC. RGB value is (1,216,188). Sum of RGB (Red+Green+Blue) = 1+216+188=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #01D8BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D8BC is #FE2743. Grayscale: #949494. Windows color (decimal): -16656196 or 12376065. OLE color: 12376065.

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

Color convert

RGB 1 216 188 -
CMYK 1.00 0 0.13 0.15
HSL 172.19º 0.99% 0.43% -
HSV(B) 172.19º 1% 0.85% -
XYZ 33.65 52.75 55.99 -
YUV 148.52 150.27 22.78 -
System Red Green Blue C M Y K H S L
Decimal 1 216 188 1.00 0 0.13 0.15 172.19 0.99 0.43
Hex 1 D8 BC 64 0 D F AC 63 2B
Octal 1 330 274 144 0 15 17 254 143 53
Binary 1 11011000 10111100 1100100 0 1101 1111 10101100 1100011 101011

Color Harmonies of #01D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D8BC

Black with #01D8BC

Text Example


Text Example

White with #01D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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