Shades of Maya Blue #67BDFF
Tints of Maya Blue #67BDFF
RGB
CMYK
RGB Variations
Color information
#67BDFF (or 0x67BDFF) is known color: Maya Blue. HEX triplet: 67, BD and FF. RGB value is (103,189,255). Sum of RGB (Red+Green+Blue) = 103+189+255=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #67BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDFF is #984200. Grayscale: #AAAAAA. Windows color (decimal): -9978369 or 16760167. OLE color: 16760167.
HSL color Cylindrical-coordinate representation of color #67BDFF: hue angle of 206.05º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67BDFF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 189 | 255 | - |
| CMYK | 0.60 | 0.26 | 0 | 0 |
| HSL | 206.05º | 1% | 0.7% | - |
| HSV(B) | 206.05º | 0.6% | 1% | - |
| XYZ | 41.84 | 46.5 | 101.38 | - |
| YUV | 170.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 255 | 0.60 | 0.26 | 0 | 0 | 206.05 | 1 | 0.7 |
| Hex | 67 | BD | FF | 3C | 1A | 0 | 0 | CE | 64 | 46 |
| Octal | 147 | 275 | 377 | 74 | 32 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1100111 | 10111101 | 11111111 | 111100 | 11010 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #67BDFF
Complementary color
Monochromatic Colors of #67BDFF
Black with #67BDFF
Text Example
Text Example
White with #67BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDFF; }
p { color: rgb(103,189,255); }
H1.HeaderClassName
{
color: #67BDFF;
}
.AnyTagClassName
{
color: #67BDFF;
}
</style>
background-color css
<style>
a { background-color: #67BDFF; }
a { background-color: rgb(103,189,255); }
div.DivClassName
{
background-color: #67BDFF;
}
.BgClassName
{
background-color: #67BDFF;
}
</style>
border-color css
<style>
span { border-color: #67BDFF; }
span { border-color: rgb(103,189,255); }
td.TdClassName
{
border-color: #67BDFF;
}
.TagClassName
{
border-color: #67BDFF;
}
</style>