Shades of Light Sky Blue #84CAF8
Tints of Light Sky Blue #84CAF8
RGB
CMYK
RGB Variations
Color information
#84CAF8 (or 0x84CAF8) is known color: Light Sky Blue. HEX triplet: 84, CA and F8. RGB value is (132,202,248). Sum of RGB (Red+Green+Blue) = 132+202+248=582 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.68% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #84CAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CAF8 is #7B3507. Grayscale: #BABABA. Windows color (decimal): -8074504 or 16304772. OLE color: 16304772.
HSL color Cylindrical-coordinate representation of color #84CAF8: hue angle of 203.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84CAF8 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 202 | 248 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.03 |
| HSL | 203.79º | 0.89% | 0.75% | - |
| HSV(B) | 203.79º | 0.47% | 0.97% | - |
| XYZ | 47.58 | 53.92 | 96.71 | - |
| YUV | 186.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 202 | 248 | 0.47 | 0.19 | 0 | 0.03 | 203.79 | 0.89 | 0.75 |
| Hex | 84 | CA | F8 | 2F | 13 | 0 | 3 | CC | 59 | 4B |
| Octal | 204 | 312 | 370 | 57 | 23 | 0 | 3 | 314 | 131 | 113 |
| Binary | 10000100 | 11001010 | 11111000 | 101111 | 10011 | 0 | 11 | 11001100 | 1011001 | 1001011 |
Color Harmonies of #84CAF8
Complementary color
Monochromatic Colors of #84CAF8
Black with #84CAF8
Text Example
Text Example
White with #84CAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CAF8; }
p { color: rgb(132,202,248); }
H1.HeaderClassName
{
color: #84CAF8;
}
.AnyTagClassName
{
color: #84CAF8;
}
</style>
background-color css
<style>
a { background-color: #84CAF8; }
a { background-color: rgb(132,202,248); }
div.DivClassName
{
background-color: #84CAF8;
}
.BgClassName
{
background-color: #84CAF8;
}
</style>
border-color css
<style>
span { border-color: #84CAF8; }
span { border-color: rgb(132,202,248); }
td.TdClassName
{
border-color: #84CAF8;
}
.TagClassName
{
border-color: #84CAF8;
}
</style>