#0DD8B6

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

Shades of Robin's Egg Blue #0DD8B6

Tints of Robin's Egg Blue #0DD8B6

Color information

#0DD8B6 (or 0x0DD8B6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, D8 and B6. RGB value is (13,216,182). Sum of RGB (Red+Green+Blue) = 13+216+182=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 216 (84.77% from 255 or 52.55% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD8B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD8B6 is #F22749. Grayscale: #979797. Windows color (decimal): -15869770 or 11982861. OLE color: 11982861.

HSL color Cylindrical-coordinate representation of color #0DD8B6: hue angle of 169.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD8B6 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB13216182-
CMYK0.9400.160.15
HSL169.95º88.65%44.9%-
HSV(B)169.95º93.98%84.71%-
XYZ33.1752.5752.66-
YUV151.43145.2529.26-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.16%
GREEN value IS 216 (84.77% from 255) = 52.55%
BLUE value IS 182 (71.48% from 255) = 44.28%
R=3.16%
G=52.55%
B=44.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal132161820.9400.160.15169.9588.6544.9
HexDD8B65E010Faa592d
Octal153302661360201725213155
Binary1101110110001011011010111100100001111101010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DD8B6; }

 p { color: rgb(13,216,182); }

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

<style>
 a { background-color: #0DD8B6; }

 a { background-color: rgb(13,216,182); }

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

<style>
 span { border-color: #0DD8B6; }

 span { border-color: rgb(13,216,182); }

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