Shades of Summer Sky #1FB8F1
Tints of Summer Sky #1FB8F1
RGB
CMYK
RGB Variations
Color information
#1FB8F1 (or 0x1FB8F1) is known color: Summer Sky. HEX triplet: 1F, B8 and F1. RGB value is (31,184,241). Sum of RGB (Red+Green+Blue) = 31+184+241=456 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.80% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FB8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB8F1 is #E0470E. Grayscale: #909090. Windows color (decimal): -14698255 or 15841311. OLE color: 15841311.
HSL color Cylindrical-coordinate representation of color #1FB8F1: hue angle of 196.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB8F1 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 184 | 241 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.05 |
| HSL | 196.29º | 0.88% | 0.53% | - |
| HSV(B) | 196.29º | 0.87% | 0.95% | - |
| XYZ | 33.58 | 40.92 | 89.35 | - |
| YUV | 144.75 | 182.31 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 241 | 0.87 | 0.24 | 0 | 0.05 | 196.29 | 0.88 | 0.53 |
| Hex | 1F | B8 | F1 | 57 | 18 | 0 | 5 | C4 | 58 | 35 |
| Octal | 37 | 270 | 361 | 127 | 30 | 0 | 5 | 304 | 130 | 65 |
| Binary | 11111 | 10111000 | 11110001 | 1010111 | 11000 | 0 | 101 | 11000100 | 1011000 | 110101 |
Color Harmonies of #1FB8F1
Complementary color
Monochromatic Colors of #1FB8F1
Black with #1FB8F1
Text Example
Text Example
White with #1FB8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8F1; }
p { color: rgb(31,184,241); }
H1.HeaderClassName
{
color: #1FB8F1;
}
.AnyTagClassName
{
color: #1FB8F1;
}
</style>
background-color css
<style>
a { background-color: #1FB8F1; }
a { background-color: rgb(31,184,241); }
div.DivClassName
{
background-color: #1FB8F1;
}
.BgClassName
{
background-color: #1FB8F1;
}
</style>
border-color css
<style>
span { border-color: #1FB8F1; }
span { border-color: rgb(31,184,241); }
td.TdClassName
{
border-color: #1FB8F1;
}
.TagClassName
{
border-color: #1FB8F1;
}
</style>