#7DB8FE

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

Shades of Maya Blue #7DB8FE

Tints of Maya Blue #7DB8FE

Color information

#7DB8FE (or 0x7DB8FE) is unknown color: approx Maya Blue. HEX triplet: 7D, B8 and FE. RGB value is (125,184,254). Sum of RGB (Red+Green+Blue) = 125+184+254=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DB8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DB8FE is #824701. Grayscale: #AEAEAE. Windows color (decimal): -8537858 or 16693373. OLE color: 16693373.

HSL color Cylindrical-coordinate representation of color #7DB8FE: hue angle of 212.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DB8FE is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125184254-
CMYK0.510.2800.00
HSL212.56º98.47%74.31%-
HSV(B)212.56º50.79%99.61%-
XYZ43.4945.8100.31-
YUV174.34172.9592.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 254 (99.61% from 255) = 45.12%
R=22.20%
G=32.68%
B=45.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251842540.510.2800.00212.5698.4774.31
Hex7DB8FE331C00d5624a
Octal175270376633400325142112
Binary1111101101110001111111011001111100001101010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,184,254); }

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

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

 a { background-color: rgb(125,184,254); }

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

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

 span { border-color: rgb(125,184,254); }

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