Shades of Maya Blue #67BEFF
Tints of Maya Blue #67BEFF
RGB
CMYK
RGB Variations
Color information
#67BEFF (or 0x67BEFF) is known color: Maya Blue. HEX triplet: 67, BE and FF. RGB value is (103,190,255). Sum of RGB (Red+Green+Blue) = 103+190+255=548 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.80% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #67BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BEFF is #984100. Grayscale: #ABABAB. Windows color (decimal): -9978113 or 16760423. OLE color: 16760423.
HSL color Cylindrical-coordinate representation of color #67BEFF: hue angle of 205.66º 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 #67BEFF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 190 | 255 | - |
| CMYK | 0.60 | 0.25 | 0 | 0 |
| HSL | 205.66º | 1% | 0.7% | - |
| HSV(B) | 205.66º | 0.6% | 1% | - |
| XYZ | 42.06 | 46.93 | 101.45 | - |
| YUV | 171.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 255 | 0.60 | 0.25 | 0 | 0 | 205.66 | 1 | 0.7 |
| Hex | 67 | BE | FF | 3C | 19 | 0 | 0 | CE | 64 | 46 |
| Octal | 147 | 276 | 377 | 74 | 31 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1100111 | 10111110 | 11111111 | 111100 | 11001 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #67BEFF
Complementary color
Monochromatic Colors of #67BEFF
Black with #67BEFF
Text Example
Text Example
White with #67BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEFF; }
p { color: rgb(103,190,255); }
H1.HeaderClassName
{
color: #67BEFF;
}
.AnyTagClassName
{
color: #67BEFF;
}
</style>
background-color css
<style>
a { background-color: #67BEFF; }
a { background-color: rgb(103,190,255); }
div.DivClassName
{
background-color: #67BEFF;
}
.BgClassName
{
background-color: #67BEFF;
}
</style>
border-color css
<style>
span { border-color: #67BEFF; }
span { border-color: rgb(103,190,255); }
td.TdClassName
{
border-color: #67BEFF;
}
.TagClassName
{
border-color: #67BEFF;
}
</style>