Shades of Maya Blue #7DBDF4
Tints of Maya Blue #7DBDF4
RGB
CMYK
RGB Variations
Color information
#7DBDF4 (or 0x7DBDF4) is known color: Maya Blue. HEX triplet: 7D, BD and F4. RGB value is (125,189,244). Sum of RGB (Red+Green+Blue) = 125+189+244=558 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.40% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #7DBDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBDF4 is #82420B. Grayscale: #AFAFAF. Windows color (decimal): -8536588 or 16039293. OLE color: 16039293.
HSL color Cylindrical-coordinate representation of color #7DBDF4: hue angle of 207.73º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBDF4 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 125 | 189 | 244 | - |
CMYK | 0.49 | 0.23 | 0 | 0.04 |
HSL | 207.73º | 0.84% | 0.72% | - |
HSV(B) | 207.73º | 0.49% | 0.96% | - |
XYZ | 42.98 | 47.29 | 92.45 | - |
YUV | 176.13 | 166.3 | 91.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 189 | 244 | 0.49 | 0.23 | 0 | 0.04 | 207.73 | 0.84 | 0.72 |
Hex | 7D | BD | F4 | 31 | 17 | 0 | 4 | D0 | 54 | 48 |
Octal | 175 | 275 | 364 | 61 | 27 | 0 | 4 | 320 | 124 | 110 |
Binary | 1111101 | 10111101 | 11110100 | 110001 | 10111 | 0 | 100 | 11010000 | 1010100 | 1001000 |
Color Harmonies of #7DBDF4
Complementary color
Monochromatic Colors of #7DBDF4
Black with #7DBDF4
Text Example
Text Example
White with #7DBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDF4; }
p { color: rgb(125,189,244); }
H1.HeaderClassName
{
color: #7DBDF4;
}
.AnyTagClassName
{
color: #7DBDF4;
}
</style>
background-color css
<style>
a { background-color: #7DBDF4; }
a { background-color: rgb(125,189,244); }
div.DivClassName
{
background-color: #7DBDF4;
}
.BgClassName
{
background-color: #7DBDF4;
}
</style>
border-color css
<style>
span { border-color: #7DBDF4; }
span { border-color: rgb(125,189,244); }
td.TdClassName
{
border-color: #7DBDF4;
}
.TagClassName
{
border-color: #7DBDF4;
}
</style>