#7DBAFA

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

Shades of Maya Blue #7DBAFA

Tints of Maya Blue #7DBAFA

Color information

#7DBAFA (or 0x7DBAFA) is unknown color: approx Maya Blue. HEX triplet: 7D, BA and FA. RGB value is (125,186,250). Sum of RGB (Red+Green+Blue) = 125+186+250=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFA is #824505. Grayscale: #AEAEAE. Windows color (decimal): -8537350 or 16431741. OLE color: 16431741.

HSL color Cylindrical-coordinate representation of color #7DBAFA: hue angle of 210.72º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DBAFA is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125186250-
CMYK0.500.2600.02
HSL210.72º92.59%73.53%-
HSV(B)210.72º50%98.04%-
XYZ43.2746.3897.11-
YUV175.06170.2992.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=22.28%
G=33.16%
B=44.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251862500.500.2600.02210.7292.5973.53
Hex7DBAFA321A02d35d4a
Octal175272372623202323135112
Binary11111011011101011111010110010110100101101001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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