Shades of Summer Sky #31CAFB
Tints of Summer Sky #31CAFB
RGB
CMYK
RGB Variations
Color information
#31CAFB (or 0x31CAFB) is known color: Summer Sky. HEX triplet: 31, CA and FB. RGB value is (49,202,251). Sum of RGB (Red+Green+Blue) = 49+202+251=502 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.76% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #31CAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CAFB is #CE3504. Grayscale: #A1A1A1. Windows color (decimal): -13513989 or 16501297. OLE color: 16501297.
HSL color Cylindrical-coordinate representation of color #31CAFB: hue angle of 194.55º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31CAFB is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 202 | 251 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.02 |
| HSL | 194.55º | 0.96% | 0.59% | - |
| HSV(B) | 194.55º | 0.8% | 0.98% | - |
| XYZ | 39.8 | 49.86 | 98.79 | - |
| YUV | 161.84 | 178.31 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 251 | 0.80 | 0.20 | 0 | 0.02 | 194.55 | 0.96 | 0.59 |
| Hex | 31 | CA | FB | 50 | 14 | 0 | 2 | C3 | 60 | 3B |
| Octal | 61 | 312 | 373 | 120 | 24 | 0 | 2 | 303 | 140 | 73 |
| Binary | 110001 | 11001010 | 11111011 | 1010000 | 10100 | 0 | 10 | 11000011 | 1100000 | 111011 |
Color Harmonies of #31CAFB
Complementary color
Monochromatic Colors of #31CAFB
Black with #31CAFB
Text Example
Text Example
White with #31CAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CAFB; }
p { color: rgb(49,202,251); }
H1.HeaderClassName
{
color: #31CAFB;
}
.AnyTagClassName
{
color: #31CAFB;
}
</style>
background-color css
<style>
a { background-color: #31CAFB; }
a { background-color: rgb(49,202,251); }
div.DivClassName
{
background-color: #31CAFB;
}
.BgClassName
{
background-color: #31CAFB;
}
</style>
border-color css
<style>
span { border-color: #31CAFB; }
span { border-color: rgb(49,202,251); }
td.TdClassName
{
border-color: #31CAFB;
}
.TagClassName
{
border-color: #31CAFB;
}
</style>