#00d8c4

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

Shades of Robin's Egg Blue #00D8C4

Tints of Robin's Egg Blue #00D8C4

Color information

#00D8C4 (or 0x00D8C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, D8 and C4. RGB value is (0,216,196). Sum of RGB (Red+Green+Blue) = 0+216+196=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #00D8C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D8C4 is #FF273B. Grayscale: #959595. Windows color (decimal): -16721724 or 12900352. OLE color: 12900352.

HSL color Cylindrical-coordinate representation of color #00D8C4: hue angle of 174.44º 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 #00D8C4 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB0216196-
CMYK100.090.15
HSL174.44º100%42.35%-
HSV(B)174.44º100%84.71%-
XYZ34.5253.160.65-
YUV149.14154.4421.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 216 (84.77% from 255) = 52.43%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=0%
G=52.43%
B=47.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal0216196100.090.15174.4410042.35
Hex0D8C46409Fae642a
Octal03303041440111725614452
Binary011011000110001001100100010011111101011101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00d8c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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