Shades of Summer Sky #31D4FA
Tints of Summer Sky #31D4FA
RGB
CMYK
RGB Variations
Color information
#31D4FA (or 0x31D4FA) is known color: Summer Sky. HEX triplet: 31, D4 and FA. RGB value is (49,212,250). Sum of RGB (Red+Green+Blue) = 49+212+250=511 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.59% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #31D4FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31D4FA is #CE2B05. Grayscale: #A7A7A7. Windows color (decimal): -13511430 or 16438321. OLE color: 16438321.
HSL color Cylindrical-coordinate representation of color #31D4FA: hue angle of 191.34º degrees, saturation: 0.95, 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 #31D4FA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 212 | 250 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.02 |
| HSL | 191.34º | 0.95% | 0.59% | - |
| HSV(B) | 191.34º | 0.8% | 0.98% | - |
| XYZ | 42.07 | 54.64 | 98.77 | - |
| YUV | 167.6 | 174.5 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 212 | 250 | 0.80 | 0.15 | 0 | 0.02 | 191.34 | 0.95 | 0.59 |
| Hex | 31 | D4 | FA | 50 | F | 0 | 2 | BF | 5F | 3B |
| Octal | 61 | 324 | 372 | 120 | 17 | 0 | 2 | 277 | 137 | 73 |
| Binary | 110001 | 11010100 | 11111010 | 1010000 | 1111 | 0 | 10 | 10111111 | 1011111 | 111011 |
Color Harmonies of #31D4FA
Complementary color
Monochromatic Colors of #31D4FA
Black with #31D4FA
Text Example
Text Example
White with #31D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D4FA; }
p { color: rgb(49,212,250); }
H1.HeaderClassName
{
color: #31D4FA;
}
.AnyTagClassName
{
color: #31D4FA;
}
</style>
background-color css
<style>
a { background-color: #31D4FA; }
a { background-color: rgb(49,212,250); }
div.DivClassName
{
background-color: #31D4FA;
}
.BgClassName
{
background-color: #31D4FA;
}
</style>
border-color css
<style>
span { border-color: #31D4FA; }
span { border-color: rgb(49,212,250); }
td.TdClassName
{
border-color: #31D4FA;
}
.TagClassName
{
border-color: #31D4FA;
}
</style>