Shades of Summer Sky #31CDFF
Tints of Summer Sky #31CDFF
RGB
CMYK
RGB Variations
Color information
#31CDFF (or 0x31CDFF) is known color: Summer Sky. HEX triplet: 31, CD and FF. RGB value is (49,205,255). Sum of RGB (Red+Green+Blue) = 49+205+255=509 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.63% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #31CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CDFF is #CE3200. Grayscale: #A3A3A3. Windows color (decimal): -13513217 or 16764209. OLE color: 16764209.
HSL color Cylindrical-coordinate representation of color #31CDFF: hue angle of 194.56º 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 #31CDFF is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 205 | 255 | - |
| CMYK | 0.81 | 0.20 | 0 | 0 |
| HSL | 194.56º | 1% | 0.6% | - |
| HSV(B) | 194.56º | 0.81% | 1% | - |
| XYZ | 41.15 | 51.54 | 102.39 | - |
| YUV | 164.06 | 179.32 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 255 | 0.81 | 0.20 | 0 | 0 | 194.56 | 1 | 0.6 |
| Hex | 31 | CD | FF | 51 | 14 | 0 | 0 | C3 | 64 | 3C |
| Octal | 61 | 315 | 377 | 121 | 24 | 0 | 0 | 303 | 144 | 74 |
| Binary | 110001 | 11001101 | 11111111 | 1010001 | 10100 | 0 | 0 | 11000011 | 1100100 | 111100 |
Color Harmonies of #31CDFF
Complementary color
Monochromatic Colors of #31CDFF
Black with #31CDFF
Text Example
Text Example
White with #31CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDFF; }
p { color: rgb(49,205,255); }
H1.HeaderClassName
{
color: #31CDFF;
}
.AnyTagClassName
{
color: #31CDFF;
}
</style>
background-color css
<style>
a { background-color: #31CDFF; }
a { background-color: rgb(49,205,255); }
div.DivClassName
{
background-color: #31CDFF;
}
.BgClassName
{
background-color: #31CDFF;
}
</style>
border-color css
<style>
span { border-color: #31CDFF; }
span { border-color: rgb(49,205,255); }
td.TdClassName
{
border-color: #31CDFF;
}
.TagClassName
{
border-color: #31CDFF;
}
</style>