Shades of Summer Sky #31CCFF
Tints of Summer Sky #31CCFF
RGB
CMYK
RGB Variations
Color information
#31CCFF (or 0x31CCFF) is known color: Summer Sky. HEX triplet: 31, CC and FF. RGB value is (49,204,255). Sum of RGB (Red+Green+Blue) = 49+204+255=508 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.65% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #31CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCFF is #CE3300. Grayscale: #A3A3A3. Windows color (decimal): -13513473 or 16763953. OLE color: 16763953.
HSL color Cylindrical-coordinate representation of color #31CCFF: hue angle of 194.85º 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 #31CCFF is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 204 | 255 | - |
| CMYK | 0.81 | 0.2 | 0 | 0 |
| HSL | 194.85º | 1% | 0.6% | - |
| HSV(B) | 194.85º | 0.81% | 1% | - |
| XYZ | 40.91 | 51.06 | 102.31 | - |
| YUV | 163.47 | 179.65 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 255 | 0.81 | 0.2 | 0 | 0 | 194.85 | 1 | 0.6 |
| Hex | 31 | CC | FF | 51 | 14 | 0 | 0 | C3 | 64 | 3C |
| Octal | 61 | 314 | 377 | 121 | 24 | 0 | 0 | 303 | 144 | 74 |
| Binary | 110001 | 11001100 | 11111111 | 1010001 | 10100 | 0 | 0 | 11000011 | 1100100 | 111100 |
Color Harmonies of #31CCFF
Complementary color
Monochromatic Colors of #31CCFF
Black with #31CCFF
Text Example
Text Example
White with #31CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCFF; }
p { color: rgb(49,204,255); }
H1.HeaderClassName
{
color: #31CCFF;
}
.AnyTagClassName
{
color: #31CCFF;
}
</style>
background-color css
<style>
a { background-color: #31CCFF; }
a { background-color: rgb(49,204,255); }
div.DivClassName
{
background-color: #31CCFF;
}
.BgClassName
{
background-color: #31CCFF;
}
</style>
border-color css
<style>
span { border-color: #31CCFF; }
span { border-color: rgb(49,204,255); }
td.TdClassName
{
border-color: #31CCFF;
}
.TagClassName
{
border-color: #31CCFF;
}
</style>