Shades of Summer Sky #1FB5DF
Tints of Summer Sky #1FB5DF
RGB
CMYK
RGB Variations
Color information
#1FB5DF (or 0x1FB5DF) is known color: Summer Sky. HEX triplet: 1F, B5 and DF. RGB value is (31,181,223). Sum of RGB (Red+Green+Blue) = 31+181+223=435 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.13% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FB5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB5DF is #E04A20. Grayscale: #8C8C8C. Windows color (decimal): -14699041 or 14660895. OLE color: 14660895.
HSL color Cylindrical-coordinate representation of color #1FB5DF: hue angle of 193.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FB5DF is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 181 | 223 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.13 |
| HSL | 193.13º | 0.76% | 0.5% | - |
| HSV(B) | 193.13º | 0.86% | 0.87% | - |
| XYZ | 30.41 | 38.67 | 75.67 | - |
| YUV | 140.94 | 174.31 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 181 | 223 | 0.86 | 0.19 | 0 | 0.13 | 193.13 | 0.76 | 0.5 |
| Hex | 1F | B5 | DF | 56 | 13 | 0 | D | C1 | 4C | 32 |
| Octal | 37 | 265 | 337 | 126 | 23 | 0 | 15 | 301 | 114 | 62 |
| Binary | 11111 | 10110101 | 11011111 | 1010110 | 10011 | 0 | 1101 | 11000001 | 1001100 | 110010 |
Color Harmonies of #1FB5DF
Complementary color
Monochromatic Colors of #1FB5DF
Black with #1FB5DF
Text Example
Text Example
White with #1FB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB5DF; }
p { color: rgb(31,181,223); }
H1.HeaderClassName
{
color: #1FB5DF;
}
.AnyTagClassName
{
color: #1FB5DF;
}
</style>
background-color css
<style>
a { background-color: #1FB5DF; }
a { background-color: rgb(31,181,223); }
div.DivClassName
{
background-color: #1FB5DF;
}
.BgClassName
{
background-color: #1FB5DF;
}
</style>
border-color css
<style>
span { border-color: #1FB5DF; }
span { border-color: rgb(31,181,223); }
td.TdClassName
{
border-color: #1FB5DF;
}
.TagClassName
{
border-color: #1FB5DF;
}
</style>