Shades of Summer Sky #31CCFD
Tints of Summer Sky #31CCFD
RGB
CMYK
RGB Variations
Color information
#31CCFD (or 0x31CCFD) is known color: Summer Sky. HEX triplet: 31, CC and FD. RGB value is (49,204,253). Sum of RGB (Red+Green+Blue) = 49+204+253=506 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.68% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #31CCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CCFD is #CE3302. Grayscale: #A2A2A2. Windows color (decimal): -13513475 or 16632881. OLE color: 16632881.
HSL color Cylindrical-coordinate representation of color #31CCFD: hue angle of 194.41º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31CCFD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 204 | 253 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 194.41º | 0.98% | 0.59% | - |
| HSV(B) | 194.41º | 0.81% | 0.99% | - |
| XYZ | 40.59 | 50.93 | 100.62 | - |
| YUV | 163.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 253 | 0.81 | 0.19 | 0 | 0.01 | 194.41 | 0.98 | 0.59 |
| Hex | 31 | CC | FD | 51 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 61 | 314 | 375 | 121 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110001 | 11001100 | 11111101 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #31CCFD
Complementary color
Monochromatic Colors of #31CCFD
Black with #31CCFD
Text Example
Text Example
White with #31CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CCFD; }
p { color: rgb(49,204,253); }
H1.HeaderClassName
{
color: #31CCFD;
}
.AnyTagClassName
{
color: #31CCFD;
}
</style>
background-color css
<style>
a { background-color: #31CCFD; }
a { background-color: rgb(49,204,253); }
div.DivClassName
{
background-color: #31CCFD;
}
.BgClassName
{
background-color: #31CCFD;
}
</style>
border-color css
<style>
span { border-color: #31CCFD; }
span { border-color: rgb(49,204,253); }
td.TdClassName
{
border-color: #31CCFD;
}
.TagClassName
{
border-color: #31CCFD;
}
</style>