#7DB3FC

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

Shades of Maya Blue #7DB3FC

Tints of Maya Blue #7DB3FC

Color information

#7DB3FC (or 0x7DB3FC) is unknown color: approx Maya Blue. HEX triplet: 7D, B3 and FC. RGB value is (125,179,252). Sum of RGB (Red+Green+Blue) = 125+179+252=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DB3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB3FC is #824C03. Grayscale: #AAAAAA. Windows color (decimal): -8539140 or 16561021. OLE color: 16561021.

HSL color Cylindrical-coordinate representation of color #7DB3FC: hue angle of 214.49º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DB3FC is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125179252-
CMYK0.500.2900.01
HSL214.49º95.49%73.92%-
HSV(B)214.49º50.4%98.82%-
XYZ42.1543.6398.3-
YUV171.18173.6195.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.48%
GREEN value IS 179 (70.31% from 255) = 32.19%
BLUE value IS 252 (98.83% from 255) = 45.32%
R=22.48%
G=32.19%
B=45.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251792520.500.2900.01214.4995.4973.92
Hex7DB3FC321D01d65f4a
Octal175263374623501326137112
Binary1111101101100111111110011001011101011101011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,179,252); }

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

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

 a { background-color: rgb(125,179,252); }

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

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

 span { border-color: rgb(125,179,252); }

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