Shades of Summer Sky #1FBDEE
Tints of Summer Sky #1FBDEE
RGB
CMYK
RGB Variations
Color information
#1FBDEE (or 0x1FBDEE) is known color: Summer Sky. HEX triplet: 1F, BD and EE. RGB value is (31,189,238). Sum of RGB (Red+Green+Blue) = 31+189+238=458 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.77% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #1FBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBDEE is #E04211. Grayscale: #929292. Windows color (decimal): -14696978 or 15645983. OLE color: 15645983.
HSL color Cylindrical-coordinate representation of color #1FBDEE: hue angle of 194.2º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FBDEE is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 189 | 238 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.07 |
| HSL | 194.2º | 0.86% | 0.53% | - |
| HSV(B) | 194.2º | 0.87% | 0.93% | - |
| XYZ | 34.2 | 42.86 | 87.36 | - |
| YUV | 147.34 | 179.15 | 45.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 189 | 238 | 0.87 | 0.21 | 0 | 0.07 | 194.2 | 0.86 | 0.53 |
| Hex | 1F | BD | EE | 57 | 15 | 0 | 7 | C2 | 56 | 35 |
| Octal | 37 | 275 | 356 | 127 | 25 | 0 | 7 | 302 | 126 | 65 |
| Binary | 11111 | 10111101 | 11101110 | 1010111 | 10101 | 0 | 111 | 11000010 | 1010110 | 110101 |
Color Harmonies of #1FBDEE
Complementary color
Monochromatic Colors of #1FBDEE
Black with #1FBDEE
Text Example
Text Example
White with #1FBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBDEE; }
p { color: rgb(31,189,238); }
H1.HeaderClassName
{
color: #1FBDEE;
}
.AnyTagClassName
{
color: #1FBDEE;
}
</style>
background-color css
<style>
a { background-color: #1FBDEE; }
a { background-color: rgb(31,189,238); }
div.DivClassName
{
background-color: #1FBDEE;
}
.BgClassName
{
background-color: #1FBDEE;
}
</style>
border-color css
<style>
span { border-color: #1FBDEE; }
span { border-color: rgb(31,189,238); }
td.TdClassName
{
border-color: #1FBDEE;
}
.TagClassName
{
border-color: #1FBDEE;
}
</style>