Shades of Summer Sky #1FB5DB
Tints of Summer Sky #1FB5DB
RGB
CMYK
RGB Variations
Color information
#1FB5DB (or 0x1FB5DB) is known color: Summer Sky. HEX triplet: 1F, B5 and DB. RGB value is (31,181,219). Sum of RGB (Red+Green+Blue) = 31+181+219=431 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.19% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #1FB5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5DB is #E04A24. Grayscale: #8C8C8C. Windows color (decimal): -14699045 or 14398751. OLE color: 14398751.
HSL color Cylindrical-coordinate representation of color #1FB5DB: hue angle of 192.13º 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 #1FB5DB is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 181 | 219 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.14 |
| HSL | 192.13º | 0.75% | 0.49% | - |
| HSV(B) | 192.13º | 0.86% | 0.86% | - |
| XYZ | 29.88 | 38.45 | 72.87 | - |
| YUV | 140.48 | 172.31 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 219 | 0.86 | 0.17 | 0 | 0.14 | 192.13 | 0.75 | 0.49 |
| Hex | 1F | B5 | DB | 56 | 11 | 0 | E | C0 | 4B | 31 |
| Octal | 37 | 265 | 333 | 126 | 21 | 0 | 16 | 300 | 113 | 61 |
| Binary | 11111 | 10110101 | 11011011 | 1010110 | 10001 | 0 | 1110 | 11000000 | 1001011 | 110001 |
Color Harmonies of #1FB5DB
Complementary color
Monochromatic Colors of #1FB5DB
Black with #1FB5DB
Text Example
Text Example
White with #1FB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB5DB; }
p { color: rgb(31,181,219); }
H1.HeaderClassName
{
color: #1FB5DB;
}
.AnyTagClassName
{
color: #1FB5DB;
}
</style>
background-color css
<style>
a { background-color: #1FB5DB; }
a { background-color: rgb(31,181,219); }
div.DivClassName
{
background-color: #1FB5DB;
}
.BgClassName
{
background-color: #1FB5DB;
}
</style>
border-color css
<style>
span { border-color: #1FB5DB; }
span { border-color: rgb(31,181,219); }
td.TdClassName
{
border-color: #1FB5DB;
}
.TagClassName
{
border-color: #1FB5DB;
}
</style>