Shades of Maya Blue #67BDF8
Tints of Maya Blue #67BDF8
RGB
CMYK
RGB Variations
Color information
#67BDF8 (or 0x67BDF8) is known color: Maya Blue. HEX triplet: 67, BD and F8. RGB value is (103,189,248). Sum of RGB (Red+Green+Blue) = 103+189+248=540 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.07% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #67BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDF8 is #984207. Grayscale: #A9A9A9. Windows color (decimal): -9978376 or 16301415. OLE color: 16301415.
HSL color Cylindrical-coordinate representation of color #67BDF8: hue angle of 204.41º 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 #67BDF8 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 103 | 189 | 248 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.03 |
| HSL | 204.41º | 0.91% | 0.69% | - |
| HSV(B) | 204.41º | 0.58% | 0.97% | - |
| XYZ | 40.73 | 46.06 | 95.55 | - |
| YUV | 170.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 248 | 0.58 | 0.24 | 0 | 0.03 | 204.41 | 0.91 | 0.69 |
| Hex | 67 | BD | F8 | 3A | 18 | 0 | 3 | CC | 5B | 45 |
| Octal | 147 | 275 | 370 | 72 | 30 | 0 | 3 | 314 | 133 | 105 |
| Binary | 1100111 | 10111101 | 11111000 | 111010 | 11000 | 0 | 11 | 11001100 | 1011011 | 1000101 |
Color Harmonies of #67BDF8
Complementary color
Monochromatic Colors of #67BDF8
Black with #67BDF8
Text Example
Text Example
White with #67BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDF8; }
p { color: rgb(103,189,248); }
H1.HeaderClassName
{
color: #67BDF8;
}
.AnyTagClassName
{
color: #67BDF8;
}
</style>
background-color css
<style>
a { background-color: #67BDF8; }
a { background-color: rgb(103,189,248); }
div.DivClassName
{
background-color: #67BDF8;
}
.BgClassName
{
background-color: #67BDF8;
}
</style>
border-color css
<style>
span { border-color: #67BDF8; }
span { border-color: rgb(103,189,248); }
td.TdClassName
{
border-color: #67BDF8;
}
.TagClassName
{
border-color: #67BDF8;
}
</style>