Shades of Light Sky Blue #84CDF7
Tints of Light Sky Blue #84CDF7
RGB
CMYK
RGB Variations
Color information
#84CDF7 (or 0x84CDF7) is known color: Light Sky Blue. HEX triplet: 84, CD and F7. RGB value is (132,205,247). Sum of RGB (Red+Green+Blue) = 132+205+247=584 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.60% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 247 (96.88% from 255 or 42.29% from 584); Max value from RGB is 247 - color contains mainly: blue. Hex color #84CDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CDF7 is #7B3208. Grayscale: #BBBBBB. Windows color (decimal): -8073737 or 16240004. OLE color: 16240004.
HSL color Cylindrical-coordinate representation of color #84CDF7: hue angle of 201.91º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84CDF7 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 205 | 247 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.03 |
| HSL | 201.91º | 0.88% | 0.74% | - |
| HSV(B) | 201.91º | 0.47% | 0.97% | - |
| XYZ | 48.14 | 55.28 | 96.13 | - |
| YUV | 187.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 247 | 0.47 | 0.17 | 0 | 0.03 | 201.91 | 0.88 | 0.74 |
| Hex | 84 | CD | F7 | 2F | 11 | 0 | 3 | CA | 58 | 4A |
| Octal | 204 | 315 | 367 | 57 | 21 | 0 | 3 | 312 | 130 | 112 |
| Binary | 10000100 | 11001101 | 11110111 | 101111 | 10001 | 0 | 11 | 11001010 | 1011000 | 1001010 |
Color Harmonies of #84CDF7
Complementary color
Monochromatic Colors of #84CDF7
Black with #84CDF7
Text Example
Text Example
White with #84CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDF7; }
p { color: rgb(132,205,247); }
H1.HeaderClassName
{
color: #84CDF7;
}
.AnyTagClassName
{
color: #84CDF7;
}
</style>
background-color css
<style>
a { background-color: #84CDF7; }
a { background-color: rgb(132,205,247); }
div.DivClassName
{
background-color: #84CDF7;
}
.BgClassName
{
background-color: #84CDF7;
}
</style>
border-color css
<style>
span { border-color: #84CDF7; }
span { border-color: rgb(132,205,247); }
td.TdClassName
{
border-color: #84CDF7;
}
.TagClassName
{
border-color: #84CDF7;
}
</style>