Shades of Maya Blue #7BCAFE
Tints of Maya Blue #7BCAFE
RGB
CMYK
RGB Variations
Color information
#7BCAFE (or 0x7BCAFE) is known color: Maya Blue. HEX triplet: 7B, CA and FE. RGB value is (123,202,254). Sum of RGB (Red+Green+Blue) = 123+202+254=579 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.24% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #7BCAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BCAFE is #843501. Grayscale: #B8B8B8. Windows color (decimal): -8664322 or 16697979. OLE color: 16697979.
HSL color Cylindrical-coordinate representation of color #7BCAFE: hue angle of 203.82º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BCAFE is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 202 | 254 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.00 |
| HSL | 203.82º | 0.98% | 0.74% | - |
| HSV(B) | 203.82º | 0.52% | 1% | - |
| XYZ | 47.18 | 53.61 | 101.63 | - |
| YUV | 184.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 254 | 0.52 | 0.20 | 0 | 0.00 | 203.82 | 0.98 | 0.74 |
| Hex | 7B | CA | FE | 34 | 14 | 0 | 0 | CC | 62 | 4A |
| Octal | 173 | 312 | 376 | 64 | 24 | 0 | 0 | 314 | 142 | 112 |
| Binary | 1111011 | 11001010 | 11111110 | 110100 | 10100 | 0 | 0 | 11001100 | 1100010 | 1001010 |
Color Harmonies of #7BCAFE
Complementary color
Monochromatic Colors of #7BCAFE
Black with #7BCAFE
Text Example
Text Example
White with #7BCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCAFE; }
p { color: rgb(123,202,254); }
H1.HeaderClassName
{
color: #7BCAFE;
}
.AnyTagClassName
{
color: #7BCAFE;
}
</style>
background-color css
<style>
a { background-color: #7BCAFE; }
a { background-color: rgb(123,202,254); }
div.DivClassName
{
background-color: #7BCAFE;
}
.BgClassName
{
background-color: #7BCAFE;
}
</style>
border-color css
<style>
span { border-color: #7BCAFE; }
span { border-color: rgb(123,202,254); }
td.TdClassName
{
border-color: #7BCAFE;
}
.TagClassName
{
border-color: #7BCAFE;
}
</style>