#7DB0FE

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

Shades of Maya Blue #7DB0FE

Tints of Maya Blue #7DB0FE

Color information

#7DB0FE (or 0x7DB0FE) is unknown color: approx Maya Blue. HEX triplet: 7D, B0 and FE. RGB value is (125,176,254). Sum of RGB (Red+Green+Blue) = 125+176+254=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DB0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DB0FE is #824F01. Grayscale: #A9A9A9. Windows color (decimal): -8539906 or 16691325. OLE color: 16691325.

HSL color Cylindrical-coordinate representation of color #7DB0FE: hue angle of 216.28º 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 #7DB0FE is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125176254-
CMYK0.510.3100.00
HSL216.28º98.47%74.31%-
HSV(B)216.28º50.79%99.61%-
XYZ41.8742.5799.78-
YUV169.64175.696.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.52%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 254 (99.61% from 255) = 45.77%
R=22.52%
G=31.71%
B=45.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251762540.510.3100.00216.2898.4774.31
Hex7DB0FE331F00d8624a
Octal175260376633700330142112
Binary1111101101100001111111011001111111001101100011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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