Shades of Sky Blue #84CCF0
Tints of Sky Blue #84CCF0
RGB
CMYK
RGB Variations
Color information
#84CCF0 (or 0x84CCF0) is known color: Sky Blue. HEX triplet: 84, CC and F0. RGB value is (132,204,240). Sum of RGB (Red+Green+Blue) = 132+204+240=576 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.92% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #84CCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #84CCF0 is #7B330F. Grayscale: #BABABA. Windows color (decimal): -8074000 or 15780996. OLE color: 15780996.
HSL color Cylindrical-coordinate representation of color #84CCF0: hue angle of 200º degrees, saturation: 0.78, 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 #84CCF0 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 204 | 240 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.06 |
| HSL | 200º | 0.78% | 0.73% | - |
| HSV(B) | 200º | 0.45% | 0.94% | - |
| XYZ | 46.84 | 54.38 | 90.47 | - |
| YUV | 186.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 204 | 240 | 0.45 | 0.15 | 0 | 0.06 | 200 | 0.78 | 0.73 |
| Hex | 84 | CC | F0 | 2D | F | 0 | 6 | C8 | 4E | 49 |
| Octal | 204 | 314 | 360 | 55 | 17 | 0 | 6 | 310 | 116 | 111 |
| Binary | 10000100 | 11001100 | 11110000 | 101101 | 1111 | 0 | 110 | 11001000 | 1001110 | 1001001 |
Color Harmonies of #84CCF0
Complementary color
Monochromatic Colors of #84CCF0
Black with #84CCF0
Text Example
Text Example
White with #84CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CCF0; }
p { color: rgb(132,204,240); }
H1.HeaderClassName
{
color: #84CCF0;
}
.AnyTagClassName
{
color: #84CCF0;
}
</style>
background-color css
<style>
a { background-color: #84CCF0; }
a { background-color: rgb(132,204,240); }
div.DivClassName
{
background-color: #84CCF0;
}
.BgClassName
{
background-color: #84CCF0;
}
</style>
border-color css
<style>
span { border-color: #84CCF0; }
span { border-color: rgb(132,204,240); }
td.TdClassName
{
border-color: #84CCF0;
}
.TagClassName
{
border-color: #84CCF0;
}
</style>