Shades of Summer Sky #31B5F8
Tints of Summer Sky #31B5F8
RGB
CMYK
RGB Variations
Color information
#31B5F8 (or 0x31B5F8) is known color: Summer Sky. HEX triplet: 31, B5 and F8. RGB value is (49,181,248). Sum of RGB (Red+Green+Blue) = 49+181+248=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #31B5F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31B5F8 is #CE4A07. Grayscale: #949494. Windows color (decimal): -13519368 or 16299313. OLE color: 16299313.
HSL color Cylindrical-coordinate representation of color #31B5F8: hue angle of 200.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B5F8 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 49 | 181 | 248 | - |
CMYK | 0.80 | 0.27 | 0 | 0.03 |
HSL | 200.2º | 0.93% | 0.58% | - |
HSV(B) | 200.2º | 0.8% | 0.97% | - |
XYZ | 34.73 | 40.48 | 94.79 | - |
YUV | 149.17 | 183.77 | 56.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 181 | 248 | 0.80 | 0.27 | 0 | 0.03 | 200.2 | 0.93 | 0.58 |
Hex | 31 | B5 | F8 | 50 | 1B | 0 | 3 | C8 | 5D | 3A |
Octal | 61 | 265 | 370 | 120 | 33 | 0 | 3 | 310 | 135 | 72 |
Binary | 110001 | 10110101 | 11111000 | 1010000 | 11011 | 0 | 11 | 11001000 | 1011101 | 111010 |
Color Harmonies of #31B5F8
Complementary color
Monochromatic Colors of #31B5F8
Black with #31B5F8
Text Example
Text Example
White with #31B5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B5F8; }
p { color: rgb(49,181,248); }
H1.HeaderClassName
{
color: #31B5F8;
}
.AnyTagClassName
{
color: #31B5F8;
}
</style>
background-color css
<style>
a { background-color: #31B5F8; }
a { background-color: rgb(49,181,248); }
div.DivClassName
{
background-color: #31B5F8;
}
.BgClassName
{
background-color: #31B5F8;
}
</style>
border-color css
<style>
span { border-color: #31B5F8; }
span { border-color: rgb(49,181,248); }
td.TdClassName
{
border-color: #31B5F8;
}
.TagClassName
{
border-color: #31B5F8;
}
</style>