Shades of Maya Blue #67BCF3
Tints of Maya Blue #67BCF3
RGB
CMYK
RGB Variations
Color information
#67BCF3 (or 0x67BCF3) is known color: Maya Blue. HEX triplet: 67, BC and F3. RGB value is (103,188,243). Sum of RGB (Red+Green+Blue) = 103+188+243=534 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.29% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #67BCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BCF3 is #98430C. Grayscale: #A8A8A8. Windows color (decimal): -9978637 or 15973479. OLE color: 15973479.
HSL color Cylindrical-coordinate representation of color #67BCF3: hue angle of 203.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67BCF3 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 188 | 243 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.05 |
| HSL | 203.57º | 0.85% | 0.68% | - |
| HSV(B) | 203.57º | 0.58% | 0.95% | - |
| XYZ | 39.75 | 45.32 | 91.45 | - |
| YUV | 168.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 243 | 0.58 | 0.23 | 0 | 0.05 | 203.57 | 0.85 | 0.68 |
| Hex | 67 | BC | F3 | 3A | 17 | 0 | 5 | CC | 55 | 44 |
| Octal | 147 | 274 | 363 | 72 | 27 | 0 | 5 | 314 | 125 | 104 |
| Binary | 1100111 | 10111100 | 11110011 | 111010 | 10111 | 0 | 101 | 11001100 | 1010101 | 1000100 |
Color Harmonies of #67BCF3
Complementary color
Monochromatic Colors of #67BCF3
Black with #67BCF3
Text Example
Text Example
White with #67BCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BCF3; }
p { color: rgb(103,188,243); }
H1.HeaderClassName
{
color: #67BCF3;
}
.AnyTagClassName
{
color: #67BCF3;
}
</style>
background-color css
<style>
a { background-color: #67BCF3; }
a { background-color: rgb(103,188,243); }
div.DivClassName
{
background-color: #67BCF3;
}
.BgClassName
{
background-color: #67BCF3;
}
</style>
border-color css
<style>
span { border-color: #67BCF3; }
span { border-color: rgb(103,188,243); }
td.TdClassName
{
border-color: #67BCF3;
}
.TagClassName
{
border-color: #67BCF3;
}
</style>