Shades of Summer Sky #31BFFF
Tints of Summer Sky #31BFFF
RGB
CMYK
RGB Variations
Color information
#31BFFF (or 0x31BFFF) is known color: Summer Sky. HEX triplet: 31, BF and FF. RGB value is (49,191,255). Sum of RGB (Red+Green+Blue) = 49+191+255=495 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.90% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #31BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31BFFF is #CE4000. Grayscale: #9B9B9B. Windows color (decimal): -13516801 or 16760625. OLE color: 16760625.
HSL color Cylindrical-coordinate representation of color #31BFFF: hue angle of 198.64º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BFFF is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 191 | 255 | - |
| CMYK | 0.81 | 0.25 | 0 | 0 |
| HSL | 198.64º | 1% | 0.6% | - |
| HSV(B) | 198.64º | 0.81% | 1% | - |
| XYZ | 37.95 | 45.13 | 101.32 | - |
| YUV | 155.84 | 183.96 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 255 | 0.81 | 0.25 | 0 | 0 | 198.64 | 1 | 0.6 |
| Hex | 31 | BF | FF | 51 | 19 | 0 | 0 | C7 | 64 | 3C |
| Octal | 61 | 277 | 377 | 121 | 31 | 0 | 0 | 307 | 144 | 74 |
| Binary | 110001 | 10111111 | 11111111 | 1010001 | 11001 | 0 | 0 | 11000111 | 1100100 | 111100 |
Color Harmonies of #31BFFF
Complementary color
Monochromatic Colors of #31BFFF
Black with #31BFFF
Text Example
Text Example
White with #31BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BFFF; }
p { color: rgb(49,191,255); }
H1.HeaderClassName
{
color: #31BFFF;
}
.AnyTagClassName
{
color: #31BFFF;
}
</style>
background-color css
<style>
a { background-color: #31BFFF; }
a { background-color: rgb(49,191,255); }
div.DivClassName
{
background-color: #31BFFF;
}
.BgClassName
{
background-color: #31BFFF;
}
</style>
border-color css
<style>
span { border-color: #31BFFF; }
span { border-color: rgb(49,191,255); }
td.TdClassName
{
border-color: #31BFFF;
}
.TagClassName
{
border-color: #31BFFF;
}
</style>