Shades of Maya Blue #67CAF0
Tints of Maya Blue #67CAF0
RGB
CMYK
RGB Variations
Color information
#67CAF0 (or 0x67CAF0) is known color: Maya Blue. HEX triplet: 67, CA and F0. RGB value is (103,202,240). Sum of RGB (Red+Green+Blue) = 103+202+240=545 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.90% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #67CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CAF0 is #98350F. Grayscale: #B0B0B0. Windows color (decimal): -9975056 or 15780455. OLE color: 15780455.
HSL color Cylindrical-coordinate representation of color #67CAF0: hue angle of 196.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67CAF0 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 202 | 240 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.06 |
| HSL | 196.64º | 0.82% | 0.67% | - |
| HSV(B) | 196.64º | 0.57% | 0.94% | - |
| XYZ | 42.44 | 51.42 | 90.13 | - |
| YUV | 176.73 | 163.7 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 202 | 240 | 0.57 | 0.16 | 0 | 0.06 | 196.64 | 0.82 | 0.67 |
| Hex | 67 | CA | F0 | 39 | 10 | 0 | 6 | C5 | 52 | 43 |
| Octal | 147 | 312 | 360 | 71 | 20 | 0 | 6 | 305 | 122 | 103 |
| Binary | 1100111 | 11001010 | 11110000 | 111001 | 10000 | 0 | 110 | 11000101 | 1010010 | 1000011 |
Color Harmonies of #67CAF0
Complementary color
Monochromatic Colors of #67CAF0
Black with #67CAF0
Text Example
Text Example
White with #67CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CAF0; }
p { color: rgb(103,202,240); }
H1.HeaderClassName
{
color: #67CAF0;
}
.AnyTagClassName
{
color: #67CAF0;
}
</style>
background-color css
<style>
a { background-color: #67CAF0; }
a { background-color: rgb(103,202,240); }
div.DivClassName
{
background-color: #67CAF0;
}
.BgClassName
{
background-color: #67CAF0;
}
</style>
border-color css
<style>
span { border-color: #67CAF0; }
span { border-color: rgb(103,202,240); }
td.TdClassName
{
border-color: #67CAF0;
}
.TagClassName
{
border-color: #67CAF0;
}
</style>