#0DD5C7

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

Shades of Robin's Egg Blue #0DD5C7

Tints of Robin's Egg Blue #0DD5C7

Color information

#0DD5C7 (or 0x0DD5C7) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, D5 and C7. RGB value is (13,213,199). Sum of RGB (Red+Green+Blue) = 13+213+199=425 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.06% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD5C7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DD5C7 is #F22A38. Grayscale: #979797. Windows color (decimal): -15870521 or 13096205. OLE color: 13096205.

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

Color convert

RGB13213199-
CMYK0.9400.070.16
HSL175.8º88.5%44.31%-
HSV(B)175.8º93.9%83.53%-
XYZ34.2751.862.22-
YUV151.6154.7429.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.06%
GREEN value IS 213 (83.59% from 255) = 50.12%
BLUE value IS 199 (78.12% from 255) = 46.82%
R=3.06%
G=50.12%
B=46.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132131990.9400.070.16175.888.544.31
HexDD5C75E0710b0582c
Octal15325307136072026013054
Binary110111010101110001111011110011110000101100001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,213,199); }

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

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

 a { background-color: rgb(13,213,199); }

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

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

 span { border-color: rgb(13,213,199); }

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