Shades of Maya Blue #67CCFF
Tints of Maya Blue #67CCFF
RGB
CMYK
RGB Variations
Color information
#67CCFF (or 0x67CCFF) is known color: Maya Blue. HEX triplet: 67, CC and FF. RGB value is (103,204,255). Sum of RGB (Red+Green+Blue) = 103+204+255=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #67CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CCFF is #983300. Grayscale: #B3B3B3. Windows color (decimal): -9974529 or 16764007. OLE color: 16764007.
HSL color Cylindrical-coordinate representation of color #67CCFF: hue angle of 200.13º 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 #67CCFF is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 204 | 255 | - |
| CMYK | 0.60 | 0.2 | 0 | 0 |
| HSL | 200.13º | 1% | 0.7% | - |
| HSV(B) | 200.13º | 0.6% | 1% | - |
| XYZ | 45.24 | 53.29 | 102.51 | - |
| YUV | 179.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 255 | 0.60 | 0.2 | 0 | 0 | 200.13 | 1 | 0.7 |
| Hex | 67 | CC | FF | 3C | 14 | 0 | 0 | C8 | 64 | 46 |
| Octal | 147 | 314 | 377 | 74 | 24 | 0 | 0 | 310 | 144 | 106 |
| Binary | 1100111 | 11001100 | 11111111 | 111100 | 10100 | 0 | 0 | 11001000 | 1100100 | 1000110 |
Color Harmonies of #67CCFF
Complementary color
Monochromatic Colors of #67CCFF
Black with #67CCFF
Text Example
Text Example
White with #67CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCFF; }
p { color: rgb(103,204,255); }
H1.HeaderClassName
{
color: #67CCFF;
}
.AnyTagClassName
{
color: #67CCFF;
}
</style>
background-color css
<style>
a { background-color: #67CCFF; }
a { background-color: rgb(103,204,255); }
div.DivClassName
{
background-color: #67CCFF;
}
.BgClassName
{
background-color: #67CCFF;
}
</style>
border-color css
<style>
span { border-color: #67CCFF; }
span { border-color: rgb(103,204,255); }
td.TdClassName
{
border-color: #67CCFF;
}
.TagClassName
{
border-color: #67CCFF;
}
</style>