Shades of Maya Blue #67B5FE
Tints of Maya Blue #67B5FE
RGB
CMYK
RGB Variations
Color information
#67B5FE (or 0x67B5FE) is known color: Maya Blue. HEX triplet: 67, B5 and FE. RGB value is (103,181,254). Sum of RGB (Red+Green+Blue) = 103+181+254=538 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.14% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #67B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B5FE is #984A01. Grayscale: #A5A5A5. Windows color (decimal): -9980418 or 16692583. OLE color: 16692583.
HSL color Cylindrical-coordinate representation of color #67B5FE: hue angle of 209.01º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67B5FE is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 181 | 254 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.00 |
| HSL | 209.01º | 0.99% | 0.7% | - |
| HSV(B) | 209.01º | 0.59% | 1% | - |
| XYZ | 40.01 | 43.09 | 99.97 | - |
| YUV | 166 | 177.66 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 181 | 254 | 0.59 | 0.29 | 0 | 0.00 | 209.01 | 0.99 | 0.7 |
| Hex | 67 | B5 | FE | 3B | 1D | 0 | 0 | D1 | 63 | 46 |
| Octal | 147 | 265 | 376 | 73 | 35 | 0 | 0 | 321 | 143 | 106 |
| Binary | 1100111 | 10110101 | 11111110 | 111011 | 11101 | 0 | 0 | 11010001 | 1100011 | 1000110 |
Color Harmonies of #67B5FE
Complementary color
Monochromatic Colors of #67B5FE
Black with #67B5FE
Text Example
Text Example
White with #67B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B5FE; }
p { color: rgb(103,181,254); }
H1.HeaderClassName
{
color: #67B5FE;
}
.AnyTagClassName
{
color: #67B5FE;
}
</style>
background-color css
<style>
a { background-color: #67B5FE; }
a { background-color: rgb(103,181,254); }
div.DivClassName
{
background-color: #67B5FE;
}
.BgClassName
{
background-color: #67B5FE;
}
</style>
border-color css
<style>
span { border-color: #67B5FE; }
span { border-color: rgb(103,181,254); }
td.TdClassName
{
border-color: #67B5FE;
}
.TagClassName
{
border-color: #67B5FE;
}
</style>