#0fddbd

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

Shades of Robin's Egg Blue #0FDDBD

Tints of Robin's Egg Blue #0FDDBD

Color information

#0FDDBD (or 0x0FDDBD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0F, DD and BD. RGB value is (15,221,189). Sum of RGB (Red+Green+Blue) = 15+221+189=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDDBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FDDBD is #F02242. Grayscale: #9B9B9B. Windows color (decimal): -15737411 or 12442895. OLE color: 12442895.

HSL color Cylindrical-coordinate representation of color #0FDDBD: hue angle of 170.68º 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 #0FDDBD is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB15221189-
CMYK0.9300.140.13
HSL170.68º87.29%46.27%-
HSV(B)170.68º93.21%86.67%-
XYZ35.2455.4957-
YUV155.76146.7527.6-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.53%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=3.53%
G=52%
B=44.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152211890.9300.140.13170.6887.2946.27
HexFDDBD5D0EDab572e
Octal173352751350161525312756
Binary111111011101101111011011101011101101101010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fddbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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