#0DD1B7

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

Shades of Robin's Egg Blue #0DD1B7

Tints of Robin's Egg Blue #0DD1B7

Color information

#0DD1B7 (or 0x0DD1B7) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, D1 and B7. RGB value is (13,209,183). Sum of RGB (Red+Green+Blue) = 13+209+183=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD1B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD1B7 is #F22E48. Grayscale: #939393. Windows color (decimal): -15871561 or 12046605. OLE color: 12046605.

HSL color Cylindrical-coordinate representation of color #0DD1B7: hue angle of 172.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD1B7 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB13209183-
CMYK0.9400.120.18
HSL172.04º88.29%43.53%-
HSV(B)172.04º93.78%81.96%-
XYZ31.5149.1152.62-
YUV147.43148.0732.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.21%
GREEN value IS 209 (82.03% from 255) = 51.60%
BLUE value IS 183 (71.88% from 255) = 45.19%
R=3.21%
G=51.60%
B=45.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132091830.9400.120.18172.0488.2943.53
HexDD1B75E0C12ac582c
Octal153212671360142225413054
Binary1101110100011011011110111100110010010101011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,209,183); }

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

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

 a { background-color: rgb(13,209,183); }

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

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

 span { border-color: rgb(13,209,183); }

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