Shades of Summer Sky #1FBFDD
Tints of Summer Sky #1FBFDD
RGB
CMYK
RGB Variations
Color information
#1FBFDD (or 0x1FBFDD) is known color: Summer Sky. HEX triplet: 1F, BF and DD. RGB value is (31,191,221). Sum of RGB (Red+Green+Blue) = 31+191+221=443 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.00% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FBFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBFDD is #E04022. Grayscale: #929292. Windows color (decimal): -14696483 or 14532383. OLE color: 14532383.
HSL color Cylindrical-coordinate representation of color #1FBFDD: hue angle of 189.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBFDD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 191 | 221 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.13 |
| HSL | 189.47º | 0.75% | 0.49% | - |
| HSV(B) | 189.47º | 0.86% | 0.87% | - |
| XYZ | 32.25 | 42.77 | 74.96 | - |
| YUV | 146.58 | 169.99 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 221 | 0.86 | 0.14 | 0 | 0.13 | 189.47 | 0.75 | 0.49 |
| Hex | 1F | BF | DD | 56 | E | 0 | D | BD | 4B | 31 |
| Octal | 37 | 277 | 335 | 126 | 16 | 0 | 15 | 275 | 113 | 61 |
| Binary | 11111 | 10111111 | 11011101 | 1010110 | 1110 | 0 | 1101 | 10111101 | 1001011 | 110001 |
Color Harmonies of #1FBFDD
Complementary color
Monochromatic Colors of #1FBFDD
Black with #1FBFDD
Text Example
Text Example
White with #1FBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBFDD; }
p { color: rgb(31,191,221); }
H1.HeaderClassName
{
color: #1FBFDD;
}
.AnyTagClassName
{
color: #1FBFDD;
}
</style>
background-color css
<style>
a { background-color: #1FBFDD; }
a { background-color: rgb(31,191,221); }
div.DivClassName
{
background-color: #1FBFDD;
}
.BgClassName
{
background-color: #1FBFDD;
}
</style>
border-color css
<style>
span { border-color: #1FBFDD; }
span { border-color: rgb(31,191,221); }
td.TdClassName
{
border-color: #1FBFDD;
}
.TagClassName
{
border-color: #1FBFDD;
}
</style>