#0fddb5

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

Shades of Robin's Egg Blue #0FDDB5

Tints of Robin's Egg Blue #0FDDB5

Color information

#0FDDB5 (or 0x0FDDB5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, DD and B5. RGB value is (15,221,181). Sum of RGB (Red+Green+Blue) = 15+221+181=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDB5 is #F0224A. Grayscale: #9A9A9A. Windows color (decimal): -15737419 or 11918607. OLE color: 11918607.

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

Color convert

RGB15221181-
CMYK0.9300.180.13
HSL168.35º87.29%46.27%-
HSV(B)168.35º93.21%86.67%-
XYZ34.3955.1552.55-
YUV154.85142.7528.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.60%
GREEN value IS 221 (86.72% from 255) = 53.00%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=3.60%
G=53.00%
B=43.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152211810.9300.180.13168.3587.2946.27
HexFDDB55D012Da8572e
Octal173352651350221525012756
Binary1111110111011011010110111010100101101101010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fddb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,221,181); }

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

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

 a { background-color: rgb(15,221,181); }

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

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

 span { border-color: rgb(15,221,181); }

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