#0ddfc5

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

Shades of Robin's Egg Blue #0DDFC5

Tints of Robin's Egg Blue #0DDFC5

Color information

#0DDFC5 (or 0x0DDFC5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0D, DF and C5. RGB value is (13,223,197). Sum of RGB (Red+Green+Blue) = 13+223+197=433 (57% of max value = 765). Red value is 13 (5.47% from 255 or 3.00% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDFC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DDFC5 is #F2203A. Grayscale: #9D9D9D. Windows color (decimal): -15867963 or 12967693. OLE color: 12967693.

HSL color Cylindrical-coordinate representation of color #0DDFC5: hue angle of 172.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDFC5 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB13223197-
CMYK0.9400.120.13
HSL172.57º88.98%46.27%-
HSV(B)172.57º94.17%87.45%-
XYZ36.6356.8961.87-
YUV157.25150.4325.11-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.00%
GREEN value IS 223 (87.5% from 255) = 51.50%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=3.00%
G=51.50%
B=45.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132231970.9400.120.13172.5788.9846.27
HexDDFC55E0CDad592e
Octal153373051360141525513156
Binary110111011111110001011011110011001101101011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ddfc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,223,197); }

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

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

 a { background-color: rgb(13,223,197); }

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

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

 span { border-color: rgb(13,223,197); }

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