Shades of Maya Blue #7DBEFF
Tints of Maya Blue #7DBEFF
RGB
CMYK
RGB Variations
Color information
#7DBEFF (or 0x7DBEFF) is known color: Maya Blue. HEX triplet: 7D, BE and FF. RGB value is (125,190,255). Sum of RGB (Red+Green+Blue) = 125+190+255=570 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.93% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DBEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBEFF is #824100. Grayscale: #B1B1B1. Windows color (decimal): -8536321 or 16760445. OLE color: 16760445.
HSL color Cylindrical-coordinate representation of color #7DBEFF: hue angle of 210º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DBEFF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 190 | 255 | - |
| CMYK | 0.51 | 0.25 | 0 | 0 |
| HSL | 210º | 1% | 0.75% | - |
| HSV(B) | 210º | 0.51% | 1% | - |
| XYZ | 44.92 | 48.41 | 101.58 | - |
| YUV | 177.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 255 | 0.51 | 0.25 | 0 | 0 | 210 | 1 | 0.75 |
| Hex | 7D | BE | FF | 33 | 19 | 0 | 0 | D2 | 64 | 4B |
| Octal | 175 | 276 | 377 | 63 | 31 | 0 | 0 | 322 | 144 | 113 |
| Binary | 1111101 | 10111110 | 11111111 | 110011 | 11001 | 0 | 0 | 11010010 | 1100100 | 1001011 |
Color Harmonies of #7DBEFF
Complementary color
Monochromatic Colors of #7DBEFF
Black with #7DBEFF
Text Example
Text Example
White with #7DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBEFF; }
p { color: rgb(125,190,255); }
H1.HeaderClassName
{
color: #7DBEFF;
}
.AnyTagClassName
{
color: #7DBEFF;
}
</style>
background-color css
<style>
a { background-color: #7DBEFF; }
a { background-color: rgb(125,190,255); }
div.DivClassName
{
background-color: #7DBEFF;
}
.BgClassName
{
background-color: #7DBEFF;
}
</style>
border-color css
<style>
span { border-color: #7DBEFF; }
span { border-color: rgb(125,190,255); }
td.TdClassName
{
border-color: #7DBEFF;
}
.TagClassName
{
border-color: #7DBEFF;
}
</style>