Shades of Summer Sky #31CDFD
Tints of Summer Sky #31CDFD
RGB
CMYK
RGB Variations
Color information
#31CDFD (or 0x31CDFD) is known color: Summer Sky. HEX triplet: 31, CD and FD. RGB value is (49,205,253). Sum of RGB (Red+Green+Blue) = 49+205+253=507 (67% of max value = 765). Red value is 49 (19.53% from 255 or 9.66% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #31CDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CDFD is #CE3202. Grayscale: #A3A3A3. Windows color (decimal): -13513219 or 16633137. OLE color: 16633137.
HSL color Cylindrical-coordinate representation of color #31CDFD: hue angle of 194.12º 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 #31CDFD is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 205 | 253 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.01 |
| HSL | 194.12º | 0.98% | 0.59% | - |
| HSV(B) | 194.12º | 0.81% | 0.99% | - |
| XYZ | 40.83 | 51.41 | 100.7 | - |
| YUV | 163.83 | 178.32 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 253 | 0.81 | 0.19 | 0 | 0.01 | 194.12 | 0.98 | 0.59 |
| Hex | 31 | CD | FD | 51 | 13 | 0 | 1 | C2 | 62 | 3B |
| Octal | 61 | 315 | 375 | 121 | 23 | 0 | 1 | 302 | 142 | 73 |
| Binary | 110001 | 11001101 | 11111101 | 1010001 | 10011 | 0 | 1 | 11000010 | 1100010 | 111011 |
Color Harmonies of #31CDFD
Complementary color
Monochromatic Colors of #31CDFD
Black with #31CDFD
Text Example
Text Example
White with #31CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CDFD; }
p { color: rgb(49,205,253); }
H1.HeaderClassName
{
color: #31CDFD;
}
.AnyTagClassName
{
color: #31CDFD;
}
</style>
background-color css
<style>
a { background-color: #31CDFD; }
a { background-color: rgb(49,205,253); }
div.DivClassName
{
background-color: #31CDFD;
}
.BgClassName
{
background-color: #31CDFD;
}
</style>
border-color css
<style>
span { border-color: #31CDFD; }
span { border-color: rgb(49,205,253); }
td.TdClassName
{
border-color: #31CDFD;
}
.TagClassName
{
border-color: #31CDFD;
}
</style>