Shades of Summer Sky #31CAFF
Tints of Summer Sky #31CAFF
RGB
CMYK
RGB Variations
Color information
#31CAFF (or 0x31CAFF) is known color: Summer Sky. HEX triplet: 31, CA and FF. RGB value is (49,202,255). Sum of RGB (Red+Green+Blue) = 49+202+255=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #31CAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CAFF is #CE3500. Grayscale: #A1A1A1. Windows color (decimal): -13513985 or 16763441. OLE color: 16763441.
HSL color Cylindrical-coordinate representation of color #31CAFF: hue angle of 195.44º 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 #31CAFF is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 202 | 255 | - |
| CMYK | 0.81 | 0.21 | 0 | 0 |
| HSL | 195.44º | 1% | 0.6% | - |
| HSV(B) | 195.44º | 0.81% | 1% | - |
| XYZ | 40.44 | 50.11 | 102.15 | - |
| YUV | 162.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 255 | 0.81 | 0.21 | 0 | 0 | 195.44 | 1 | 0.6 |
| Hex | 31 | CA | FF | 51 | 15 | 0 | 0 | C3 | 64 | 3C |
| Octal | 61 | 312 | 377 | 121 | 25 | 0 | 0 | 303 | 144 | 74 |
| Binary | 110001 | 11001010 | 11111111 | 1010001 | 10101 | 0 | 0 | 11000011 | 1100100 | 111100 |
Color Harmonies of #31CAFF
Complementary color
Monochromatic Colors of #31CAFF
Black with #31CAFF
Text Example
Text Example
White with #31CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAFF; }
p { color: rgb(49,202,255); }
H1.HeaderClassName
{
color: #31CAFF;
}
.AnyTagClassName
{
color: #31CAFF;
}
</style>
background-color css
<style>
a { background-color: #31CAFF; }
a { background-color: rgb(49,202,255); }
div.DivClassName
{
background-color: #31CAFF;
}
.BgClassName
{
background-color: #31CAFF;
}
</style>
border-color css
<style>
span { border-color: #31CAFF; }
span { border-color: rgb(49,202,255); }
td.TdClassName
{
border-color: #31CAFF;
}
.TagClassName
{
border-color: #31CAFF;
}
</style>