#7DBAF8

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

Shades of Maya Blue #7DBAF8

Tints of Maya Blue #7DBAF8

Color information

#7DBAF8 (or 0x7DBAF8) is unknown color: approx Maya Blue. HEX triplet: 7D, BA and F8. RGB value is (125,186,248). Sum of RGB (Red+Green+Blue) = 125+186+248=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DBAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAF8 is #824507. Grayscale: #AEAEAE. Windows color (decimal): -8537352 or 16300669. OLE color: 16300669.

HSL color Cylindrical-coordinate representation of color #7DBAF8: hue angle of 210.24º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBAF8 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125186248-
CMYK0.500.2500.03
HSL210.24º89.78%73.14%-
HSV(B)210.24º49.6%97.25%-
XYZ42.9646.2695.47-
YUV174.83169.2992.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=22.36%
G=33.27%
B=44.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251862480.500.2500.03210.2489.7873.14
Hex7DBAF8321903d25a49
Octal175272370623103322132111
Binary11111011011101011111000110010110010111101001010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,248); }

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

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

 a { background-color: rgb(125,186,248); }

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

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

 span { border-color: rgb(125,186,248); }

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