Shades of Summer Sky #1FB8DD
Tints of Summer Sky #1FB8DD
RGB
CMYK
RGB Variations
Color information
#1FB8DD (or 0x1FB8DD) is known color: Summer Sky. HEX triplet: 1F, B8 and DD. RGB value is (31,184,221). Sum of RGB (Red+Green+Blue) = 31+184+221=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FB8DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8DD is #E04722. Grayscale: #8E8E8E. Windows color (decimal): -14698275 or 14530591. OLE color: 14530591.
HSL color Cylindrical-coordinate representation of color #1FB8DD: hue angle of 191.68º 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 #1FB8DD is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 184 | 221 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.13 |
| HSL | 191.68º | 0.75% | 0.49% | - |
| HSV(B) | 191.68º | 0.86% | 0.87% | - |
| XYZ | 30.76 | 39.79 | 74.47 | - |
| YUV | 142.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 221 | 0.86 | 0.17 | 0 | 0.13 | 191.68 | 0.75 | 0.49 |
| Hex | 1F | B8 | DD | 56 | 11 | 0 | D | C0 | 4B | 31 |
| Octal | 37 | 270 | 335 | 126 | 21 | 0 | 15 | 300 | 113 | 61 |
| Binary | 11111 | 10111000 | 11011101 | 1010110 | 10001 | 0 | 1101 | 11000000 | 1001011 | 110001 |
Color Harmonies of #1FB8DD
Complementary color
Monochromatic Colors of #1FB8DD
Black with #1FB8DD
Text Example
Text Example
White with #1FB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8DD; }
p { color: rgb(31,184,221); }
H1.HeaderClassName
{
color: #1FB8DD;
}
.AnyTagClassName
{
color: #1FB8DD;
}
</style>
background-color css
<style>
a { background-color: #1FB8DD; }
a { background-color: rgb(31,184,221); }
div.DivClassName
{
background-color: #1FB8DD;
}
.BgClassName
{
background-color: #1FB8DD;
}
</style>
border-color css
<style>
span { border-color: #1FB8DD; }
span { border-color: rgb(31,184,221); }
td.TdClassName
{
border-color: #1FB8DD;
}
.TagClassName
{
border-color: #1FB8DD;
}
</style>