Html Css Color HEX #00D8C1 Robin's Egg Blue

📋 copy color: '#00D8C1'

red 0 ◦ green 216 ◦ blue 193

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

Shades of Robin's Egg Blue #00D8C1

Tints of Robin's Egg Blue #00D8C1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 0%
G = 52.81%
B = 47.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#00D8C1 (or 0x00D8C1) is known color: Robin's Egg Blue. HEX triplet: 00, D8 and C1. RGB value is (0,216,193). Sum of RGB (Red+Green+Blue) = 0+216+193=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #00D8C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D8C1 is #FF273E. Grayscale: #949494. Windows color (decimal): -16721727 or 12703744. OLE color: 12703744.

HSL color Cylindrical-coordinate representation of color #00D8C1: hue angle of 173.61º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D8C1 is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 216 193 -
CMYK 1 0 0.11 0.15
HSL 173.61º 1% 0.42% -
HSV(B) 173.61º 1% 0.85% -
XYZ 34.18 52.96 58.87 -
YUV 148.79 152.94 21.87 -
System Red Green Blue C M Y K H S L
Decimal 0 216 193 1 0 0.11 0.15 173.61 1 0.42
Hex 0 D8 C1 64 0 B F AE 64 2A
Octal 0 330 301 144 0 13 17 256 144 52
Binary 0 11011000 11000001 1100100 0 1011 1111 10101110 1100100 101010

Color Harmonies of #00D8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D8C1

Black with #00D8C1

Text Example


Text Example

White with #00D8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D8C1; }

 p { color: rgb(0,216,193); }

 H1.HeaderClassName
 {
   color: #00D8C1;
 }
 .AnyTagClassName
 {
   color: #00D8C1;
 }
</style>

background-color css

<style>
 a { background-color: #00D8C1; }

 a { background-color: rgb(0,216,193); }

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

border-color css

<style>
 span { border-color: #00D8C1; }

 span { border-color: rgb(0,216,193); }

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