Shades of Light Sky Blue #84CBF8
Tints of Light Sky Blue #84CBF8
RGB
CMYK
RGB Variations
Color information
#84CBF8 (or 0x84CBF8) is known color: Light Sky Blue. HEX triplet: 84, CB and F8. RGB value is (132,203,248). Sum of RGB (Red+Green+Blue) = 132+203+248=583 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.64% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 248 (97.27% from 255 or 42.54% from 583); Max value from RGB is 248 - color contains mainly: blue. Hex color #84CBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CBF8 is #7B3407. Grayscale: #BABABA. Windows color (decimal): -8074248 or 16305028. OLE color: 16305028.
HSL color Cylindrical-coordinate representation of color #84CBF8: hue angle of 203.28º 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 #84CBF8 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 203 | 248 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.03 |
| HSL | 203.28º | 0.89% | 0.75% | - |
| HSV(B) | 203.28º | 0.47% | 0.97% | - |
| XYZ | 47.81 | 54.39 | 96.79 | - |
| YUV | 186.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 203 | 248 | 0.47 | 0.18 | 0 | 0.03 | 203.28 | 0.89 | 0.75 |
| Hex | 84 | CB | F8 | 2F | 12 | 0 | 3 | CB | 59 | 4B |
| Octal | 204 | 313 | 370 | 57 | 22 | 0 | 3 | 313 | 131 | 113 |
| Binary | 10000100 | 11001011 | 11111000 | 101111 | 10010 | 0 | 11 | 11001011 | 1011001 | 1001011 |
Color Harmonies of #84CBF8
Complementary color
Monochromatic Colors of #84CBF8
Black with #84CBF8
Text Example
Text Example
White with #84CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CBF8; }
p { color: rgb(132,203,248); }
H1.HeaderClassName
{
color: #84CBF8;
}
.AnyTagClassName
{
color: #84CBF8;
}
</style>
background-color css
<style>
a { background-color: #84CBF8; }
a { background-color: rgb(132,203,248); }
div.DivClassName
{
background-color: #84CBF8;
}
.BgClassName
{
background-color: #84CBF8;
}
</style>
border-color css
<style>
span { border-color: #84CBF8; }
span { border-color: rgb(132,203,248); }
td.TdClassName
{
border-color: #84CBF8;
}
.TagClassName
{
border-color: #84CBF8;
}
</style>