Shades of Maya Blue #67C9FA
Tints of Maya Blue #67C9FA
RGB
CMYK
RGB Variations
Color information
#67C9FA (or 0x67C9FA) is known color: Maya Blue. HEX triplet: 67, C9 and FA. RGB value is (103,201,250). Sum of RGB (Red+Green+Blue) = 103+201+250=554 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.59% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #67C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67C9FA is #983605. Grayscale: #B0B0B0. Windows color (decimal): -9975302 or 16435559. OLE color: 16435559.
HSL color Cylindrical-coordinate representation of color #67C9FA: hue angle of 200º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67C9FA is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 201 | 250 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.02 |
| HSL | 200º | 0.94% | 0.69% | - |
| HSV(B) | 200º | 0.59% | 0.98% | - |
| XYZ | 43.74 | 51.56 | 98.09 | - |
| YUV | 177.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 201 | 250 | 0.59 | 0.20 | 0 | 0.02 | 200 | 0.94 | 0.69 |
| Hex | 67 | C9 | FA | 3B | 14 | 0 | 2 | C8 | 5E | 45 |
| Octal | 147 | 311 | 372 | 73 | 24 | 0 | 2 | 310 | 136 | 105 |
| Binary | 1100111 | 11001001 | 11111010 | 111011 | 10100 | 0 | 10 | 11001000 | 1011110 | 1000101 |
Color Harmonies of #67C9FA
Complementary color
Monochromatic Colors of #67C9FA
Black with #67C9FA
Text Example
Text Example
White with #67C9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C9FA; }
p { color: rgb(103,201,250); }
H1.HeaderClassName
{
color: #67C9FA;
}
.AnyTagClassName
{
color: #67C9FA;
}
</style>
background-color css
<style>
a { background-color: #67C9FA; }
a { background-color: rgb(103,201,250); }
div.DivClassName
{
background-color: #67C9FA;
}
.BgClassName
{
background-color: #67C9FA;
}
</style>
border-color css
<style>
span { border-color: #67C9FA; }
span { border-color: rgb(103,201,250); }
td.TdClassName
{
border-color: #67C9FA;
}
.TagClassName
{
border-color: #67C9FA;
}
</style>