Shades of Sky Blue #84CFEF
Tints of Sky Blue #84CFEF
RGB
CMYK
RGB Variations
Color information
#84CFEF (or 0x84CFEF) is known color: Sky Blue. HEX triplet: 84, CF and EF. RGB value is (132,207,239). Sum of RGB (Red+Green+Blue) = 132+207+239=578 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.84% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #84CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CFEF is #7B3010. Grayscale: #BCBCBC. Windows color (decimal): -8073233 or 15716228. OLE color: 15716228.
HSL color Cylindrical-coordinate representation of color #84CFEF: hue angle of 197.94º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84CFEF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 207 | 239 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.06 |
| HSL | 197.94º | 0.77% | 0.73% | - |
| HSV(B) | 197.94º | 0.45% | 0.94% | - |
| XYZ | 47.41 | 55.76 | 89.93 | - |
| YUV | 188.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 239 | 0.45 | 0.13 | 0 | 0.06 | 197.94 | 0.77 | 0.73 |
| Hex | 84 | CF | EF | 2D | D | 0 | 6 | C6 | 4D | 49 |
| Octal | 204 | 317 | 357 | 55 | 15 | 0 | 6 | 306 | 115 | 111 |
| Binary | 10000100 | 11001111 | 11101111 | 101101 | 1101 | 0 | 110 | 11000110 | 1001101 | 1001001 |
Color Harmonies of #84CFEF
Complementary color
Monochromatic Colors of #84CFEF
Black with #84CFEF
Text Example
Text Example
White with #84CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFEF; }
p { color: rgb(132,207,239); }
H1.HeaderClassName
{
color: #84CFEF;
}
.AnyTagClassName
{
color: #84CFEF;
}
</style>
background-color css
<style>
a { background-color: #84CFEF; }
a { background-color: rgb(132,207,239); }
div.DivClassName
{
background-color: #84CFEF;
}
.BgClassName
{
background-color: #84CFEF;
}
</style>
border-color css
<style>
span { border-color: #84CFEF; }
span { border-color: rgb(132,207,239); }
td.TdClassName
{
border-color: #84CFEF;
}
.TagClassName
{
border-color: #84CFEF;
}
</style>