Shades of Maya Blue #67CCF2
Tints of Maya Blue #67CCF2
RGB
CMYK
RGB Variations
Color information
#67CCF2 (or 0x67CCF2) is known color: Maya Blue. HEX triplet: 67, CC and F2. RGB value is (103,204,242). Sum of RGB (Red+Green+Blue) = 103+204+242=549 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.76% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #67CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CCF2 is #98330D. Grayscale: #B1B1B1. Windows color (decimal): -9974542 or 15912039. OLE color: 15912039.
HSL color Cylindrical-coordinate representation of color #67CCF2: hue angle of 196.4º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67CCF2 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 204 | 242 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.05 |
| HSL | 196.4º | 0.84% | 0.68% | - |
| HSV(B) | 196.4º | 0.57% | 0.95% | - |
| XYZ | 43.21 | 52.48 | 91.86 | - |
| YUV | 178.13 | 164.04 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 242 | 0.57 | 0.16 | 0 | 0.05 | 196.4 | 0.84 | 0.68 |
| Hex | 67 | CC | F2 | 39 | 10 | 0 | 5 | C4 | 54 | 44 |
| Octal | 147 | 314 | 362 | 71 | 20 | 0 | 5 | 304 | 124 | 104 |
| Binary | 1100111 | 11001100 | 11110010 | 111001 | 10000 | 0 | 101 | 11000100 | 1010100 | 1000100 |
Color Harmonies of #67CCF2
Complementary color
Monochromatic Colors of #67CCF2
Black with #67CCF2
Text Example
Text Example
White with #67CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CCF2; }
p { color: rgb(103,204,242); }
H1.HeaderClassName
{
color: #67CCF2;
}
.AnyTagClassName
{
color: #67CCF2;
}
</style>
background-color css
<style>
a { background-color: #67CCF2; }
a { background-color: rgb(103,204,242); }
div.DivClassName
{
background-color: #67CCF2;
}
.BgClassName
{
background-color: #67CCF2;
}
</style>
border-color css
<style>
span { border-color: #67CCF2; }
span { border-color: rgb(103,204,242); }
td.TdClassName
{
border-color: #67CCF2;
}
.TagClassName
{
border-color: #67CCF2;
}
</style>