Shades of Summer Sky #31CBFD
Tints of Summer Sky #31CBFD
RGB
CMYK
RGB Variations
Color information
#31CBFD (or 0x31CBFD) is known color: Summer Sky. HEX triplet: 31, CB and FD. RGB value is (49,203,253). Sum of RGB (Red+Green+Blue) = 49+203+253=505 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.70% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #31CBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #31CBFD is #CE3402. Grayscale: #A2A2A2. Windows color (decimal): -13513731 or 16632625. OLE color: 16632625.
HSL color Cylindrical-coordinate representation of color #31CBFD: hue angle of 194.71º 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 #31CBFD is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 203 | 253 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.01 |
| HSL | 194.71º | 0.98% | 0.59% | - |
| HSV(B) | 194.71º | 0.81% | 0.99% | - |
| XYZ | 40.35 | 50.46 | 100.54 | - |
| YUV | 162.65 | 178.98 | 46.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 253 | 0.81 | 0.20 | 0 | 0.01 | 194.71 | 0.98 | 0.59 |
| Hex | 31 | CB | FD | 51 | 14 | 0 | 1 | C3 | 62 | 3B |
| Octal | 61 | 313 | 375 | 121 | 24 | 0 | 1 | 303 | 142 | 73 |
| Binary | 110001 | 11001011 | 11111101 | 1010001 | 10100 | 0 | 1 | 11000011 | 1100010 | 111011 |
Color Harmonies of #31CBFD
Complementary color
Monochromatic Colors of #31CBFD
Black with #31CBFD
Text Example
Text Example
White with #31CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CBFD; }
p { color: rgb(49,203,253); }
H1.HeaderClassName
{
color: #31CBFD;
}
.AnyTagClassName
{
color: #31CBFD;
}
</style>
background-color css
<style>
a { background-color: #31CBFD; }
a { background-color: rgb(49,203,253); }
div.DivClassName
{
background-color: #31CBFD;
}
.BgClassName
{
background-color: #31CBFD;
}
</style>
border-color css
<style>
span { border-color: #31CBFD; }
span { border-color: rgb(49,203,253); }
td.TdClassName
{
border-color: #31CBFD;
}
.TagClassName
{
border-color: #31CBFD;
}
</style>