#7DBFEA

Color #7DBFEA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #7DBFEA

Tints of Maya Blue #7DBFEA

Color information

#7DBFEA (or 0x7DBFEA) is unknown color: approx Maya Blue. HEX triplet: 7D, BF and EA. RGB value is (125,191,234). Sum of RGB (Red+Green+Blue) = 125+191+234=550 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.73% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DBFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFEA is #824015. Grayscale: #AFAFAF. Windows color (decimal): -8536086 or 15384445. OLE color: 15384445.

HSL color Cylindrical-coordinate representation of color #7DBFEA: hue angle of 203.67º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DBFEA is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB125191234-
CMYK0.470.1800.08
HSL203.67º72.19%70.39%-
HSV(B)203.67º46.58%91.76%-
XYZ41.9447.5684.81-
YUV176.17160.6391.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 22.73%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=22.73%
G=34.73%
B=42.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251912340.470.1800.08203.6772.1970.39
Hex7DBFEA2F1208cc4846
Octal1752773525722010314110106
Binary1111101101111111110101010111110010010001100110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBFEA; }

 p { color: rgb(125,191,234); }

 H1.HeaderClassName
 {
   color: #7DBFEA;
 }
 .AnyTagClassName
 {
   color: #7DBFEA;
 }
</style>
background-color css

<style>
 a { background-color: #7DBFEA; }

 a { background-color: rgb(125,191,234); }

 div.DivClassName
 {
   background-color: #7DBFEA;
 }
 .BgClassName
 {
   background-color: #7DBFEA;
 }
</style>
border-color css

<style>
 span { border-color: #7DBFEA; }

 span { border-color: rgb(125,191,234); }

 td.TdClassName
 {
   border-color: #7DBFEA;
 }
 .TagClassName
 {
   border-color: #7DBFEA;
 }
</style>