Shades of Maya Blue #7BBDFD
Tints of Maya Blue #7BBDFD
RGB
CMYK
RGB Variations
Color information
#7BBDFD (or 0x7BBDFD) is known color: Maya Blue. HEX triplet: 7B, BD and FD. RGB value is (123,189,253). Sum of RGB (Red+Green+Blue) = 123+189+253=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #7BBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDFD is #844202. Grayscale: #B0B0B0. Windows color (decimal): -8667651 or 16629115. OLE color: 16629115.
HSL color Cylindrical-coordinate representation of color #7BBDFD: hue angle of 209.54º degrees, saturation: 0.97, 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 #7BBDFD is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 189 | 253 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.01 |
| HSL | 209.54º | 0.97% | 0.74% | - |
| HSV(B) | 209.54º | 0.51% | 0.99% | - |
| XYZ | 44.1 | 47.7 | 99.81 | - |
| YUV | 176.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 253 | 0.51 | 0.25 | 0 | 0.01 | 209.54 | 0.97 | 0.74 |
| Hex | 7B | BD | FD | 33 | 19 | 0 | 1 | D2 | 61 | 4A |
| Octal | 173 | 275 | 375 | 63 | 31 | 0 | 1 | 322 | 141 | 112 |
| Binary | 1111011 | 10111101 | 11111101 | 110011 | 11001 | 0 | 1 | 11010010 | 1100001 | 1001010 |
Color Harmonies of #7BBDFD
Complementary color
Monochromatic Colors of #7BBDFD
Black with #7BBDFD
Text Example
Text Example
White with #7BBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDFD; }
p { color: rgb(123,189,253); }
H1.HeaderClassName
{
color: #7BBDFD;
}
.AnyTagClassName
{
color: #7BBDFD;
}
</style>
background-color css
<style>
a { background-color: #7BBDFD; }
a { background-color: rgb(123,189,253); }
div.DivClassName
{
background-color: #7BBDFD;
}
.BgClassName
{
background-color: #7BBDFD;
}
</style>
border-color css
<style>
span { border-color: #7BBDFD; }
span { border-color: rgb(123,189,253); }
td.TdClassName
{
border-color: #7BBDFD;
}
.TagClassName
{
border-color: #7BBDFD;
}
</style>