Shades of Maya Blue #67D2FB
Tints of Maya Blue #67D2FB
RGB
CMYK
RGB Variations
Color information
#67D2FB (or 0x67D2FB) is known color: Maya Blue. HEX triplet: 67, D2 and FB. RGB value is (103,210,251). Sum of RGB (Red+Green+Blue) = 103+210+251=564 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.26% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #67D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67D2FB is #982D04. Grayscale: #B6B6B6. Windows color (decimal): -9972997 or 16503399. OLE color: 16503399.
HSL color Cylindrical-coordinate representation of color #67D2FB: hue angle of 196.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67D2FB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 210 | 251 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.02 |
| HSL | 196.62º | 0.95% | 0.69% | - |
| HSV(B) | 196.62º | 0.59% | 0.98% | - |
| XYZ | 46.05 | 55.94 | 99.64 | - |
| YUV | 182.68 | 166.55 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 210 | 251 | 0.59 | 0.16 | 0 | 0.02 | 196.62 | 0.95 | 0.69 |
| Hex | 67 | D2 | FB | 3B | 10 | 0 | 2 | C5 | 5F | 45 |
| Octal | 147 | 322 | 373 | 73 | 20 | 0 | 2 | 305 | 137 | 105 |
| Binary | 1100111 | 11010010 | 11111011 | 111011 | 10000 | 0 | 10 | 11000101 | 1011111 | 1000101 |
Color Harmonies of #67D2FB
Complementary color
Monochromatic Colors of #67D2FB
Black with #67D2FB
Text Example
Text Example
White with #67D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D2FB; }
p { color: rgb(103,210,251); }
H1.HeaderClassName
{
color: #67D2FB;
}
.AnyTagClassName
{
color: #67D2FB;
}
</style>
background-color css
<style>
a { background-color: #67D2FB; }
a { background-color: rgb(103,210,251); }
div.DivClassName
{
background-color: #67D2FB;
}
.BgClassName
{
background-color: #67D2FB;
}
</style>
border-color css
<style>
span { border-color: #67D2FB; }
span { border-color: rgb(103,210,251); }
td.TdClassName
{
border-color: #67D2FB;
}
.TagClassName
{
border-color: #67D2FB;
}
</style>