Shades of Maya Blue #67BBFD
Tints of Maya Blue #67BBFD
RGB
CMYK
RGB Variations
Color information
#67BBFD (or 0x67BBFD) is known color: Maya Blue. HEX triplet: 67, BB and FD. RGB value is (103,187,253). Sum of RGB (Red+Green+Blue) = 103+187+253=543 (71% of max value = 765). Red value is 103 (40.62% from 255 or 18.97% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #67BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BBFD is #984402. Grayscale: #A9A9A9. Windows color (decimal): -9978883 or 16628583. OLE color: 16628583.
HSL color Cylindrical-coordinate representation of color #67BBFD: hue angle of 206.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67BBFD is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 187 | 253 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.01 |
| HSL | 206.4º | 0.97% | 0.7% | - |
| HSV(B) | 206.4º | 0.59% | 0.99% | - |
| XYZ | 41.09 | 45.52 | 99.55 | - |
| YUV | 169.41 | 175.17 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 253 | 0.59 | 0.26 | 0 | 0.01 | 206.4 | 0.97 | 0.7 |
| Hex | 67 | BB | FD | 3B | 1A | 0 | 1 | CE | 61 | 46 |
| Octal | 147 | 273 | 375 | 73 | 32 | 0 | 1 | 316 | 141 | 106 |
| Binary | 1100111 | 10111011 | 11111101 | 111011 | 11010 | 0 | 1 | 11001110 | 1100001 | 1000110 |
Color Harmonies of #67BBFD
Complementary color
Monochromatic Colors of #67BBFD
Black with #67BBFD
Text Example
Text Example
White with #67BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBFD; }
p { color: rgb(103,187,253); }
H1.HeaderClassName
{
color: #67BBFD;
}
.AnyTagClassName
{
color: #67BBFD;
}
</style>
background-color css
<style>
a { background-color: #67BBFD; }
a { background-color: rgb(103,187,253); }
div.DivClassName
{
background-color: #67BBFD;
}
.BgClassName
{
background-color: #67BBFD;
}
</style>
border-color css
<style>
span { border-color: #67BBFD; }
span { border-color: rgb(103,187,253); }
td.TdClassName
{
border-color: #67BBFD;
}
.TagClassName
{
border-color: #67BBFD;
}
</style>