Shades of Maya Blue #7BBDF2
Tints of Maya Blue #7BBDF2
RGB
CMYK
RGB Variations
Color information
#7BBDF2 (or 0x7BBDF2) is known color: Maya Blue. HEX triplet: 7B, BD and F2. RGB value is (123,189,242). Sum of RGB (Red+Green+Blue) = 123+189+242=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BBDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7BBDF2 is #84420D. Grayscale: #AFAFAF. Windows color (decimal): -8667662 or 15908219. OLE color: 15908219.
HSL color Cylindrical-coordinate representation of color #7BBDF2: hue angle of 206.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BBDF2 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 189 | 242 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.05 |
| HSL | 206.72º | 0.82% | 0.72% | - |
| HSV(B) | 206.72º | 0.49% | 0.95% | - |
| XYZ | 42.39 | 47.02 | 90.85 | - |
| YUV | 175.31 | 165.63 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 189 | 242 | 0.49 | 0.22 | 0 | 0.05 | 206.72 | 0.82 | 0.72 |
| Hex | 7B | BD | F2 | 31 | 16 | 0 | 5 | CF | 52 | 48 |
| Octal | 173 | 275 | 362 | 61 | 26 | 0 | 5 | 317 | 122 | 110 |
| Binary | 1111011 | 10111101 | 11110010 | 110001 | 10110 | 0 | 101 | 11001111 | 1010010 | 1001000 |
Color Harmonies of #7BBDF2
Complementary color
Monochromatic Colors of #7BBDF2
Black with #7BBDF2
Text Example
Text Example
White with #7BBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBDF2; }
p { color: rgb(123,189,242); }
H1.HeaderClassName
{
color: #7BBDF2;
}
.AnyTagClassName
{
color: #7BBDF2;
}
</style>
background-color css
<style>
a { background-color: #7BBDF2; }
a { background-color: rgb(123,189,242); }
div.DivClassName
{
background-color: #7BBDF2;
}
.BgClassName
{
background-color: #7BBDF2;
}
</style>
border-color css
<style>
span { border-color: #7BBDF2; }
span { border-color: rgb(123,189,242); }
td.TdClassName
{
border-color: #7BBDF2;
}
.TagClassName
{
border-color: #7BBDF2;
}
</style>