Shades of Maya Blue #67BAF8
Tints of Maya Blue #67BAF8
RGB
CMYK
RGB Variations
Color information
#67BAF8 (or 0x67BAF8) is known color: Maya Blue. HEX triplet: 67, BA and F8. RGB value is (103,186,248). Sum of RGB (Red+Green+Blue) = 103+186+248=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 248 (97.27% from 255 or 46.18% from 537); Max value from RGB is 248 - color contains mainly: blue. Hex color #67BAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAF8 is #984507. Grayscale: #A7A7A7. Windows color (decimal): -9979144 or 16300647. OLE color: 16300647.
HSL color Cylindrical-coordinate representation of color #67BAF8: hue angle of 205.66º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67BAF8 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 186 | 248 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.03 |
| HSL | 205.66º | 0.91% | 0.69% | - |
| HSV(B) | 205.66º | 0.58% | 0.97% | - |
| XYZ | 40.1 | 44.78 | 95.34 | - |
| YUV | 168.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 248 | 0.58 | 0.25 | 0 | 0.03 | 205.66 | 0.91 | 0.69 |
| Hex | 67 | BA | F8 | 3A | 19 | 0 | 3 | CE | 5B | 45 |
| Octal | 147 | 272 | 370 | 72 | 31 | 0 | 3 | 316 | 133 | 105 |
| Binary | 1100111 | 10111010 | 11111000 | 111010 | 11001 | 0 | 11 | 11001110 | 1011011 | 1000101 |
Color Harmonies of #67BAF8
Complementary color
Monochromatic Colors of #67BAF8
Black with #67BAF8
Text Example
Text Example
White with #67BAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BAF8; }
p { color: rgb(103,186,248); }
H1.HeaderClassName
{
color: #67BAF8;
}
.AnyTagClassName
{
color: #67BAF8;
}
</style>
background-color css
<style>
a { background-color: #67BAF8; }
a { background-color: rgb(103,186,248); }
div.DivClassName
{
background-color: #67BAF8;
}
.BgClassName
{
background-color: #67BAF8;
}
</style>
border-color css
<style>
span { border-color: #67BAF8; }
span { border-color: rgb(103,186,248); }
td.TdClassName
{
border-color: #67BAF8;
}
.TagClassName
{
border-color: #67BAF8;
}
</style>