Shades of Maya Blue #67BAFA
Tints of Maya Blue #67BAFA
RGB
CMYK
RGB Variations
Color information
#67BAFA (or 0x67BAFA) is known color: Maya Blue. HEX triplet: 67, BA and FA. RGB value is (103,186,250). Sum of RGB (Red+Green+Blue) = 103+186+250=539 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.11% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #67BAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAFA is #984505. Grayscale: #A8A8A8. Windows color (decimal): -9979142 or 16431719. OLE color: 16431719.
HSL color Cylindrical-coordinate representation of color #67BAFA: hue angle of 206.12º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67BAFA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 186 | 250 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.02 |
| HSL | 206.12º | 0.94% | 0.69% | - |
| HSV(B) | 206.12º | 0.59% | 0.98% | - |
| XYZ | 40.41 | 44.9 | 96.98 | - |
| YUV | 168.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 250 | 0.59 | 0.26 | 0 | 0.02 | 206.12 | 0.94 | 0.69 |
| Hex | 67 | BA | FA | 3B | 1A | 0 | 2 | CE | 5E | 45 |
| Octal | 147 | 272 | 372 | 73 | 32 | 0 | 2 | 316 | 136 | 105 |
| Binary | 1100111 | 10111010 | 11111010 | 111011 | 11010 | 0 | 10 | 11001110 | 1011110 | 1000101 |
Color Harmonies of #67BAFA
Complementary color
Monochromatic Colors of #67BAFA
Black with #67BAFA
Text Example
Text Example
White with #67BAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAFA; }
p { color: rgb(103,186,250); }
H1.HeaderClassName
{
color: #67BAFA;
}
.AnyTagClassName
{
color: #67BAFA;
}
</style>
background-color css
<style>
a { background-color: #67BAFA; }
a { background-color: rgb(103,186,250); }
div.DivClassName
{
background-color: #67BAFA;
}
.BgClassName
{
background-color: #67BAFA;
}
</style>
border-color css
<style>
span { border-color: #67BAFA; }
span { border-color: rgb(103,186,250); }
td.TdClassName
{
border-color: #67BAFA;
}
.TagClassName
{
border-color: #67BAFA;
}
</style>