Shades of Maya Blue #67BDF5
Tints of Maya Blue #67BDF5
RGB
CMYK
RGB Variations
Color information
#67BDF5 (or 0x67BDF5) is known color: Maya Blue. HEX triplet: 67, BD and F5. RGB value is (103,189,245). Sum of RGB (Red+Green+Blue) = 103+189+245=537 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.18% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #67BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDF5 is #98420A. Grayscale: #A9A9A9. Windows color (decimal): -9978379 or 16104807. OLE color: 16104807.
HSL color Cylindrical-coordinate representation of color #67BDF5: hue angle of 203.66º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67BDF5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 103 | 189 | 245 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.04 |
| HSL | 203.66º | 0.88% | 0.68% | - |
| HSV(B) | 203.66º | 0.58% | 0.96% | - |
| XYZ | 40.27 | 45.87 | 93.12 | - |
| YUV | 169.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 245 | 0.58 | 0.23 | 0 | 0.04 | 203.66 | 0.88 | 0.68 |
| Hex | 67 | BD | F5 | 3A | 17 | 0 | 4 | CC | 58 | 44 |
| Octal | 147 | 275 | 365 | 72 | 27 | 0 | 4 | 314 | 130 | 104 |
| Binary | 1100111 | 10111101 | 11110101 | 111010 | 10111 | 0 | 100 | 11001100 | 1011000 | 1000100 |
Color Harmonies of #67BDF5
Complementary color
Monochromatic Colors of #67BDF5
Black with #67BDF5
Text Example
Text Example
White with #67BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDF5; }
p { color: rgb(103,189,245); }
H1.HeaderClassName
{
color: #67BDF5;
}
.AnyTagClassName
{
color: #67BDF5;
}
</style>
background-color css
<style>
a { background-color: #67BDF5; }
a { background-color: rgb(103,189,245); }
div.DivClassName
{
background-color: #67BDF5;
}
.BgClassName
{
background-color: #67BDF5;
}
</style>
border-color css
<style>
span { border-color: #67BDF5; }
span { border-color: rgb(103,189,245); }
td.TdClassName
{
border-color: #67BDF5;
}
.TagClassName
{
border-color: #67BDF5;
}
</style>