Shades of Maya Blue #6AD2FB
Tints of Maya Blue #6AD2FB
RGB
CMYK
RGB Variations
Color information
#6AD2FB (or 0x6AD2FB) is known color: Maya Blue. HEX triplet: 6A, D2 and FB. RGB value is (106,210,251). Sum of RGB (Red+Green+Blue) = 106+210+251=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #6AD2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD2FB is #952D04. Grayscale: #B7B7B7. Windows color (decimal): -9776389 or 16503402. OLE color: 16503402.
HSL color Cylindrical-coordinate representation of color #6AD2FB: hue angle of 196.97º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AD2FB is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 106 | 210 | 251 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.02 |
| HSL | 196.97º | 0.95% | 0.7% | - |
| HSV(B) | 196.97º | 0.58% | 0.98% | - |
| XYZ | 46.4 | 56.12 | 99.65 | - |
| YUV | 183.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 251 | 0.58 | 0.16 | 0 | 0.02 | 196.97 | 0.95 | 0.7 |
| Hex | 6A | D2 | FB | 3A | 10 | 0 | 2 | C5 | 5F | 46 |
| Octal | 152 | 322 | 373 | 72 | 20 | 0 | 2 | 305 | 137 | 106 |
| Binary | 1101010 | 11010010 | 11111011 | 111010 | 10000 | 0 | 10 | 11000101 | 1011111 | 1000110 |
Color Harmonies of #6AD2FB
Complementary color
Monochromatic Colors of #6AD2FB
Black with #6AD2FB
Text Example
Text Example
White with #6AD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2FB; }
p { color: rgb(106,210,251); }
H1.HeaderClassName
{
color: #6AD2FB;
}
.AnyTagClassName
{
color: #6AD2FB;
}
</style>
background-color css
<style>
a { background-color: #6AD2FB; }
a { background-color: rgb(106,210,251); }
div.DivClassName
{
background-color: #6AD2FB;
}
.BgClassName
{
background-color: #6AD2FB;
}
</style>
border-color css
<style>
span { border-color: #6AD2FB; }
span { border-color: rgb(106,210,251); }
td.TdClassName
{
border-color: #6AD2FB;
}
.TagClassName
{
border-color: #6AD2FB;
}
</style>