#7DB4FB

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

Shades of Maya Blue #7DB4FB

Tints of Maya Blue #7DB4FB

Color information

#7DB4FB (or 0x7DB4FB) is unknown color: approx Maya Blue. HEX triplet: 7D, B4 and FB. RGB value is (125,180,251). Sum of RGB (Red+Green+Blue) = 125+180+251=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DB4FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB4FB is #824B04. Grayscale: #ABABAB. Windows color (decimal): -8538885 or 16495741. OLE color: 16495741.

HSL color Cylindrical-coordinate representation of color #7DB4FB: hue angle of 213.81º degrees, saturation: 0.94, 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 #7DB4FB is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125180251-
CMYK0.500.2800.02
HSL213.81º94.03%73.73%-
HSV(B)213.81º50.2%98.43%-
XYZ42.1943.9797.53-
YUV171.65172.7894.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.48%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=22.48%
G=32.37%
B=45.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251802510.500.2800.02213.8194.0373.73
Hex7DB4FB321C02d65e4a
Octal175264373623402326136112
Binary11111011011010011111011110010111000101101011010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,251); }

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

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

 a { background-color: rgb(125,180,251); }

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

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

 span { border-color: rgb(125,180,251); }

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