Shades of Maya Blue #84B1FE
Tints of Maya Blue #84B1FE
RGB
CMYK
RGB Variations
Color information
#84B1FE (or 0x84B1FE) is known color: Maya Blue. HEX triplet: 84, B1 and FE. RGB value is (132,177,254). Sum of RGB (Red+Green+Blue) = 132+177+254=563 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.45% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #84B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #84B1FE is #7B4E01. Grayscale: #ABABAB. Windows color (decimal): -8080898 or 16691588. OLE color: 16691588.
HSL color Cylindrical-coordinate representation of color #84B1FE: hue angle of 217.87º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84B1FE is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 177 | 254 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.00 |
| HSL | 217.87º | 0.98% | 0.76% | - |
| HSV(B) | 217.87º | 0.48% | 1% | - |
| XYZ | 43.13 | 43.51 | 99.89 | - |
| YUV | 172.32 | 174.09 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 177 | 254 | 0.48 | 0.30 | 0 | 0.00 | 217.87 | 0.98 | 0.76 |
| Hex | 84 | B1 | FE | 30 | 1E | 0 | 0 | DA | 62 | 4C |
| Octal | 204 | 261 | 376 | 60 | 36 | 0 | 0 | 332 | 142 | 114 |
| Binary | 10000100 | 10110001 | 11111110 | 110000 | 11110 | 0 | 0 | 11011010 | 1100010 | 1001100 |
Color Harmonies of #84B1FE
Complementary color
Monochromatic Colors of #84B1FE
Black with #84B1FE
Text Example
Text Example
White with #84B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B1FE; }
p { color: rgb(132,177,254); }
H1.HeaderClassName
{
color: #84B1FE;
}
.AnyTagClassName
{
color: #84B1FE;
}
</style>
background-color css
<style>
a { background-color: #84B1FE; }
a { background-color: rgb(132,177,254); }
div.DivClassName
{
background-color: #84B1FE;
}
.BgClassName
{
background-color: #84B1FE;
}
</style>
border-color css
<style>
span { border-color: #84B1FE; }
span { border-color: rgb(132,177,254); }
td.TdClassName
{
border-color: #84B1FE;
}
.TagClassName
{
border-color: #84B1FE;
}
</style>