Shades of Maya Blue #7BB8FF
Tints of Maya Blue #7BB8FF
RGB
CMYK
RGB Variations
Color information
#7BB8FF (or 0x7BB8FF) is known color: Maya Blue. HEX triplet: 7B, B8 and FF. RGB value is (123,184,255). Sum of RGB (Red+Green+Blue) = 123+184+255=562 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.89% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #7BB8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BB8FF is #844700. Grayscale: #ADADAD. Windows color (decimal): -8668929 or 16758907. OLE color: 16758907.
HSL color Cylindrical-coordinate representation of color #7BB8FF: hue angle of 212.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7BB8FF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 123 | 184 | 255 | - |
| CMYK | 0.52 | 0.28 | 0 | 0 |
| HSL | 212.27º | 1% | 0.74% | - |
| HSV(B) | 212.27º | 0.52% | 1% | - |
| XYZ | 43.36 | 45.71 | 101.15 | - |
| YUV | 173.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 184 | 255 | 0.52 | 0.28 | 0 | 0 | 212.27 | 1 | 0.74 |
| Hex | 7B | B8 | FF | 34 | 1C | 0 | 0 | D4 | 64 | 4A |
| Octal | 173 | 270 | 377 | 64 | 34 | 0 | 0 | 324 | 144 | 112 |
| Binary | 1111011 | 10111000 | 11111111 | 110100 | 11100 | 0 | 0 | 11010100 | 1100100 | 1001010 |
Color Harmonies of #7BB8FF
Complementary color
Monochromatic Colors of #7BB8FF
Black with #7BB8FF
Text Example
Text Example
White with #7BB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB8FF; }
p { color: rgb(123,184,255); }
H1.HeaderClassName
{
color: #7BB8FF;
}
.AnyTagClassName
{
color: #7BB8FF;
}
</style>
background-color css
<style>
a { background-color: #7BB8FF; }
a { background-color: rgb(123,184,255); }
div.DivClassName
{
background-color: #7BB8FF;
}
.BgClassName
{
background-color: #7BB8FF;
}
</style>
border-color css
<style>
span { border-color: #7BB8FF; }
span { border-color: rgb(123,184,255); }
td.TdClassName
{
border-color: #7BB8FF;
}
.TagClassName
{
border-color: #7BB8FF;
}
</style>