Shades of Light Sky Blue #84CFFF
Tints of Light Sky Blue #84CFFF
RGB
CMYK
RGB Variations
Color information
#84CFFF (or 0x84CFFF) is known color: Light Sky Blue. HEX triplet: 84, CF and FF. RGB value is (132,207,255). Sum of RGB (Red+Green+Blue) = 132+207+255=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #84CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFFF is #7B3000. Grayscale: #BDBDBD. Windows color (decimal): -8073217 or 16764804. OLE color: 16764804.
HSL color Cylindrical-coordinate representation of color #84CFFF: hue angle of 203.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84CFFF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 207 | 255 | - |
| CMYK | 0.48 | 0.19 | 0 | 0 |
| HSL | 203.41º | 1% | 0.76% | - |
| HSV(B) | 203.41º | 0.48% | 1% | - |
| XYZ | 49.88 | 56.75 | 102.93 | - |
| YUV | 190.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 255 | 0.48 | 0.19 | 0 | 0 | 203.41 | 1 | 0.76 |
| Hex | 84 | CF | FF | 30 | 13 | 0 | 0 | CB | 64 | 4C |
| Octal | 204 | 317 | 377 | 60 | 23 | 0 | 0 | 313 | 144 | 114 |
| Binary | 10000100 | 11001111 | 11111111 | 110000 | 10011 | 0 | 0 | 11001011 | 1100100 | 1001100 |
Color Harmonies of #84CFFF
Complementary color
Monochromatic Colors of #84CFFF
Black with #84CFFF
Text Example
Text Example
White with #84CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFFF; }
p { color: rgb(132,207,255); }
H1.HeaderClassName
{
color: #84CFFF;
}
.AnyTagClassName
{
color: #84CFFF;
}
</style>
background-color css
<style>
a { background-color: #84CFFF; }
a { background-color: rgb(132,207,255); }
div.DivClassName
{
background-color: #84CFFF;
}
.BgClassName
{
background-color: #84CFFF;
}
</style>
border-color css
<style>
span { border-color: #84CFFF; }
span { border-color: rgb(132,207,255); }
td.TdClassName
{
border-color: #84CFFF;
}
.TagClassName
{
border-color: #84CFFF;
}
</style>