Shades of Summer Sky #1FB5DC
Tints of Summer Sky #1FB5DC
RGB
CMYK
RGB Variations
Color information
#1FB5DC (or 0x1FB5DC) is known color: Summer Sky. HEX triplet: 1F, B5 and DC. RGB value is (31,181,220). Sum of RGB (Red+Green+Blue) = 31+181+220=432 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.18% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FB5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5DC is #E04A23. Grayscale: #8C8C8C. Windows color (decimal): -14699044 or 14464287. OLE color: 14464287.
HSL color Cylindrical-coordinate representation of color #1FB5DC: hue angle of 192.38º 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 #1FB5DC is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 181 | 220 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.14 |
| HSL | 192.38º | 0.75% | 0.49% | - |
| HSV(B) | 192.38º | 0.86% | 0.86% | - |
| XYZ | 30.01 | 38.51 | 73.56 | - |
| YUV | 140.6 | 172.81 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 220 | 0.86 | 0.18 | 0 | 0.14 | 192.38 | 0.75 | 0.49 |
| Hex | 1F | B5 | DC | 56 | 12 | 0 | E | C0 | 4B | 31 |
| Octal | 37 | 265 | 334 | 126 | 22 | 0 | 16 | 300 | 113 | 61 |
| Binary | 11111 | 10110101 | 11011100 | 1010110 | 10010 | 0 | 1110 | 11000000 | 1001011 | 110001 |
Color Harmonies of #1FB5DC
Complementary color
Monochromatic Colors of #1FB5DC
Black with #1FB5DC
Text Example
Text Example
White with #1FB5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB5DC; }
p { color: rgb(31,181,220); }
H1.HeaderClassName
{
color: #1FB5DC;
}
.AnyTagClassName
{
color: #1FB5DC;
}
</style>
background-color css
<style>
a { background-color: #1FB5DC; }
a { background-color: rgb(31,181,220); }
div.DivClassName
{
background-color: #1FB5DC;
}
.BgClassName
{
background-color: #1FB5DC;
}
</style>
border-color css
<style>
span { border-color: #1FB5DC; }
span { border-color: rgb(31,181,220); }
td.TdClassName
{
border-color: #1FB5DC;
}
.TagClassName
{
border-color: #1FB5DC;
}
</style>