Shades of Maya Blue #7BBDFC
Tints of Maya Blue #7BBDFC
RGB
CMYK
RGB Variations
Color information
#7BBDFC (or 0x7BBDFC) is known color: Maya Blue. HEX triplet: 7B, BD and FC. RGB value is (123,189,252). Sum of RGB (Red+Green+Blue) = 123+189+252=564 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.81% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDFC is #844203. Grayscale: #B0B0B0. Windows color (decimal): -8667652 or 16563579. OLE color: 16563579.
HSL color Cylindrical-coordinate representation of color #7BBDFC: hue angle of 209.3º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BBDFC is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 189 | 252 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.01 |
| HSL | 209.3º | 0.96% | 0.74% | - |
| HSV(B) | 209.3º | 0.51% | 0.99% | - |
| XYZ | 43.94 | 47.63 | 98.97 | - |
| YUV | 176.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 252 | 0.51 | 0.25 | 0 | 0.01 | 209.3 | 0.96 | 0.74 |
| Hex | 7B | BD | FC | 33 | 19 | 0 | 1 | D1 | 60 | 4A |
| Octal | 173 | 275 | 374 | 63 | 31 | 0 | 1 | 321 | 140 | 112 |
| Binary | 1111011 | 10111101 | 11111100 | 110011 | 11001 | 0 | 1 | 11010001 | 1100000 | 1001010 |
Color Harmonies of #7BBDFC
Complementary color
Monochromatic Colors of #7BBDFC
Black with #7BBDFC
Text Example
Text Example
White with #7BBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDFC; }
p { color: rgb(123,189,252); }
H1.HeaderClassName
{
color: #7BBDFC;
}
.AnyTagClassName
{
color: #7BBDFC;
}
</style>
background-color css
<style>
a { background-color: #7BBDFC; }
a { background-color: rgb(123,189,252); }
div.DivClassName
{
background-color: #7BBDFC;
}
.BgClassName
{
background-color: #7BBDFC;
}
</style>
border-color css
<style>
span { border-color: #7BBDFC; }
span { border-color: rgb(123,189,252); }
td.TdClassName
{
border-color: #7BBDFC;
}
.TagClassName
{
border-color: #7BBDFC;
}
</style>