Shades of Maya Blue #67BBF2
Tints of Maya Blue #67BBF2
RGB
CMYK
RGB Variations
Color information
#67BBF2 (or 0x67BBF2) is known color: Maya Blue. HEX triplet: 67, BB and F2. RGB value is (103,187,242). Sum of RGB (Red+Green+Blue) = 103+187+242=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #67BBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BBF2 is #98440D. Grayscale: #A7A7A7. Windows color (decimal): -9978894 or 15907687. OLE color: 15907687.
HSL color Cylindrical-coordinate representation of color #67BBF2: hue angle of 203.74º 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 #67BBF2 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 187 | 242 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.05 |
| HSL | 203.74º | 0.84% | 0.68% | - |
| HSV(B) | 203.74º | 0.57% | 0.95% | - |
| XYZ | 39.39 | 44.84 | 90.58 | - |
| YUV | 168.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 242 | 0.57 | 0.23 | 0 | 0.05 | 203.74 | 0.84 | 0.68 |
| Hex | 67 | BB | F2 | 39 | 17 | 0 | 5 | CC | 54 | 44 |
| Octal | 147 | 273 | 362 | 71 | 27 | 0 | 5 | 314 | 124 | 104 |
| Binary | 1100111 | 10111011 | 11110010 | 111001 | 10111 | 0 | 101 | 11001100 | 1010100 | 1000100 |
Color Harmonies of #67BBF2
Complementary color
Monochromatic Colors of #67BBF2
Black with #67BBF2
Text Example
Text Example
White with #67BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBF2; }
p { color: rgb(103,187,242); }
H1.HeaderClassName
{
color: #67BBF2;
}
.AnyTagClassName
{
color: #67BBF2;
}
</style>
background-color css
<style>
a { background-color: #67BBF2; }
a { background-color: rgb(103,187,242); }
div.DivClassName
{
background-color: #67BBF2;
}
.BgClassName
{
background-color: #67BBF2;
}
</style>
border-color css
<style>
span { border-color: #67BBF2; }
span { border-color: rgb(103,187,242); }
td.TdClassName
{
border-color: #67BBF2;
}
.TagClassName
{
border-color: #67BBF2;
}
</style>