Shades of Light Sky Blue #84D1FE
Tints of Light Sky Blue #84D1FE
RGB
CMYK
RGB Variations
Color information
#84D1FE (or 0x84D1FE) is known color: Light Sky Blue. HEX triplet: 84, D1 and FE. RGB value is (132,209,254). Sum of RGB (Red+Green+Blue) = 132+209+254=595 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.18% from 595); Green value is 209 (82.03% from 255 or 35.13% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #84D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84D1FE is #7B2E01. Grayscale: #BEBEBE. Windows color (decimal): -8072706 or 16699780. OLE color: 16699780.
HSL color Cylindrical-coordinate representation of color #84D1FE: hue angle of 202.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84D1FE is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 209 | 254 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.00 |
| HSL | 202.13º | 0.98% | 0.76% | - |
| HSV(B) | 202.13º | 0.48% | 1% | - |
| XYZ | 50.21 | 57.66 | 102.25 | - |
| YUV | 191.11 | 163.49 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 209 | 254 | 0.48 | 0.18 | 0 | 0.00 | 202.13 | 0.98 | 0.76 |
| Hex | 84 | D1 | FE | 30 | 12 | 0 | 0 | CA | 62 | 4C |
| Octal | 204 | 321 | 376 | 60 | 22 | 0 | 0 | 312 | 142 | 114 |
| Binary | 10000100 | 11010001 | 11111110 | 110000 | 10010 | 0 | 0 | 11001010 | 1100010 | 1001100 |
Color Harmonies of #84D1FE
Complementary color
Monochromatic Colors of #84D1FE
Black with #84D1FE
Text Example
Text Example
White with #84D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D1FE; }
p { color: rgb(132,209,254); }
H1.HeaderClassName
{
color: #84D1FE;
}
.AnyTagClassName
{
color: #84D1FE;
}
</style>
background-color css
<style>
a { background-color: #84D1FE; }
a { background-color: rgb(132,209,254); }
div.DivClassName
{
background-color: #84D1FE;
}
.BgClassName
{
background-color: #84D1FE;
}
</style>
border-color css
<style>
span { border-color: #84D1FE; }
span { border-color: rgb(132,209,254); }
td.TdClassName
{
border-color: #84D1FE;
}
.TagClassName
{
border-color: #84D1FE;
}
</style>