Shades of Maya Blue #6ACFFE
Tints of Maya Blue #6ACFFE
RGB
CMYK
RGB Variations
Color information
#6ACFFE (or 0x6ACFFE) is known color: Maya Blue. HEX triplet: 6A, CF and FE. RGB value is (106,207,254). Sum of RGB (Red+Green+Blue) = 106+207+254=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #6ACFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACFFE is #953001. Grayscale: #B5B5B5. Windows color (decimal): -9777154 or 16699242. OLE color: 16699242.
HSL color Cylindrical-coordinate representation of color #6ACFFE: hue angle of 199.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ACFFE is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 207 | 254 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.00 |
| HSL | 199.05º | 0.99% | 0.71% | - |
| HSV(B) | 199.05º | 0.58% | 1% | - |
| XYZ | 46.15 | 54.85 | 101.92 | - |
| YUV | 182.16 | 168.54 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 254 | 0.58 | 0.19 | 0 | 0.00 | 199.05 | 0.99 | 0.71 |
| Hex | 6A | CF | FE | 3A | 13 | 0 | 0 | C7 | 63 | 47 |
| Octal | 152 | 317 | 376 | 72 | 23 | 0 | 0 | 307 | 143 | 107 |
| Binary | 1101010 | 11001111 | 11111110 | 111010 | 10011 | 0 | 0 | 11000111 | 1100011 | 1000111 |
Color Harmonies of #6ACFFE
Complementary color
Monochromatic Colors of #6ACFFE
Black with #6ACFFE
Text Example
Text Example
White with #6ACFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACFFE; }
p { color: rgb(106,207,254); }
H1.HeaderClassName
{
color: #6ACFFE;
}
.AnyTagClassName
{
color: #6ACFFE;
}
</style>
background-color css
<style>
a { background-color: #6ACFFE; }
a { background-color: rgb(106,207,254); }
div.DivClassName
{
background-color: #6ACFFE;
}
.BgClassName
{
background-color: #6ACFFE;
}
</style>
border-color css
<style>
span { border-color: #6ACFFE; }
span { border-color: rgb(106,207,254); }
td.TdClassName
{
border-color: #6ACFFE;
}
.TagClassName
{
border-color: #6ACFFE;
}
</style>