Shades of Sky Blue #84DEF2
Tints of Sky Blue #84DEF2
RGB
CMYK
RGB Variations
Color information
#84DEF2 (or 0x84DEF2) is known color: Sky Blue. HEX triplet: 84, DE and F2. RGB value is (132,222,242). Sum of RGB (Red+Green+Blue) = 132+222+242=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #84DEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84DEF2 is #7B210D. Grayscale: #C5C5C5. Windows color (decimal): -8069390 or 15916676. OLE color: 15916676.
HSL color Cylindrical-coordinate representation of color #84DEF2: hue angle of 190.91º 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 #84DEF2 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 222 | 242 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.05 |
| HSL | 190.91º | 0.81% | 0.73% | - |
| HSV(B) | 190.91º | 0.45% | 0.95% | - |
| XYZ | 51.66 | 63.56 | 93.55 | - |
| YUV | 197.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 242 | 0.45 | 0.08 | 0 | 0.05 | 190.91 | 0.81 | 0.73 |
| Hex | 84 | DE | F2 | 2D | 8 | 0 | 5 | BF | 51 | 49 |
| Octal | 204 | 336 | 362 | 55 | 10 | 0 | 5 | 277 | 121 | 111 |
| Binary | 10000100 | 11011110 | 11110010 | 101101 | 1000 | 0 | 101 | 10111111 | 1010001 | 1001001 |
Color Harmonies of #84DEF2
Complementary color
Monochromatic Colors of #84DEF2
Black with #84DEF2
Text Example
Text Example
White with #84DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEF2; }
p { color: rgb(132,222,242); }
H1.HeaderClassName
{
color: #84DEF2;
}
.AnyTagClassName
{
color: #84DEF2;
}
</style>
background-color css
<style>
a { background-color: #84DEF2; }
a { background-color: rgb(132,222,242); }
div.DivClassName
{
background-color: #84DEF2;
}
.BgClassName
{
background-color: #84DEF2;
}
</style>
border-color css
<style>
span { border-color: #84DEF2; }
span { border-color: rgb(132,222,242); }
td.TdClassName
{
border-color: #84DEF2;
}
.TagClassName
{
border-color: #84DEF2;
}
</style>