Shades of Sky Blue #84CFF2
Tints of Sky Blue #84CFF2
RGB
CMYK
RGB Variations
Color information
#84CFF2 (or 0x84CFF2) is known color: Sky Blue. HEX triplet: 84, CF and F2. RGB value is (132,207,242). Sum of RGB (Red+Green+Blue) = 132+207+242=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #84CFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFF2 is #7B300D. Grayscale: #BCBCBC. Windows color (decimal): -8073230 or 15912836. OLE color: 15912836.
HSL color Cylindrical-coordinate representation of color #84CFF2: hue angle of 199.09º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84CFF2 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 207 | 242 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.05 |
| HSL | 199.09º | 0.81% | 0.73% | - |
| HSV(B) | 199.09º | 0.45% | 0.95% | - |
| XYZ | 47.86 | 55.94 | 92.28 | - |
| YUV | 188.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 242 | 0.45 | 0.14 | 0 | 0.05 | 199.09 | 0.81 | 0.73 |
| Hex | 84 | CF | F2 | 2D | E | 0 | 5 | C7 | 51 | 49 |
| Octal | 204 | 317 | 362 | 55 | 16 | 0 | 5 | 307 | 121 | 111 |
| Binary | 10000100 | 11001111 | 11110010 | 101101 | 1110 | 0 | 101 | 11000111 | 1010001 | 1001001 |
Color Harmonies of #84CFF2
Complementary color
Monochromatic Colors of #84CFF2
Black with #84CFF2
Text Example
Text Example
White with #84CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFF2; }
p { color: rgb(132,207,242); }
H1.HeaderClassName
{
color: #84CFF2;
}
.AnyTagClassName
{
color: #84CFF2;
}
</style>
background-color css
<style>
a { background-color: #84CFF2; }
a { background-color: rgb(132,207,242); }
div.DivClassName
{
background-color: #84CFF2;
}
.BgClassName
{
background-color: #84CFF2;
}
</style>
border-color css
<style>
span { border-color: #84CFF2; }
span { border-color: rgb(132,207,242); }
td.TdClassName
{
border-color: #84CFF2;
}
.TagClassName
{
border-color: #84CFF2;
}
</style>