Shades of Summer Sky #1FB7DC
Tints of Summer Sky #1FB7DC
RGB
CMYK
RGB Variations
Color information
#1FB7DC (or 0x1FB7DC) is known color: Summer Sky. HEX triplet: 1F, B7 and DC. RGB value is (31,183,220). Sum of RGB (Red+Green+Blue) = 31+183+220=434 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.14% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FB7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB7DC is #E04823. Grayscale: #8D8D8D. Windows color (decimal): -14698532 or 14464799. OLE color: 14464799.
HSL color Cylindrical-coordinate representation of color #1FB7DC: hue angle of 191.75º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB7DC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 183 | 220 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.14 |
| HSL | 191.75º | 0.75% | 0.49% | - |
| HSV(B) | 191.75º | 0.86% | 0.86% | - |
| XYZ | 30.42 | 39.33 | 73.7 | - |
| YUV | 141.77 | 172.14 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 183 | 220 | 0.86 | 0.17 | 0 | 0.14 | 191.75 | 0.75 | 0.49 |
| Hex | 1F | B7 | DC | 56 | 11 | 0 | E | C0 | 4B | 31 |
| Octal | 37 | 267 | 334 | 126 | 21 | 0 | 16 | 300 | 113 | 61 |
| Binary | 11111 | 10110111 | 11011100 | 1010110 | 10001 | 0 | 1110 | 11000000 | 1001011 | 110001 |
Color Harmonies of #1FB7DC
Complementary color
Monochromatic Colors of #1FB7DC
Black with #1FB7DC
Text Example
Text Example
White with #1FB7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB7DC; }
p { color: rgb(31,183,220); }
H1.HeaderClassName
{
color: #1FB7DC;
}
.AnyTagClassName
{
color: #1FB7DC;
}
</style>
background-color css
<style>
a { background-color: #1FB7DC; }
a { background-color: rgb(31,183,220); }
div.DivClassName
{
background-color: #1FB7DC;
}
.BgClassName
{
background-color: #1FB7DC;
}
</style>
border-color css
<style>
span { border-color: #1FB7DC; }
span { border-color: rgb(31,183,220); }
td.TdClassName
{
border-color: #1FB7DC;
}
.TagClassName
{
border-color: #1FB7DC;
}
</style>