#7DBAFE

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

Shades of Maya Blue #7DBAFE

Tints of Maya Blue #7DBAFE

Color information

#7DBAFE (or 0x7DBAFE) is unknown color: approx Maya Blue. HEX triplet: 7D, BA and FE. RGB value is (125,186,254). Sum of RGB (Red+Green+Blue) = 125+186+254=565 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.12% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBAFE is #824501. Grayscale: #AFAFAF. Windows color (decimal): -8537346 or 16693885. OLE color: 16693885.

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

Color convert

RGB125186254-
CMYK0.510.2700.00
HSL211.63º98.47%74.31%-
HSV(B)211.63º50.79%99.61%-
XYZ43.9146.63100.45-
YUV175.51172.2991.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.12%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=22.12%
G=32.92%
B=44.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251862540.510.2700.00211.6398.4774.31
Hex7DBAFE331B00d4624a
Octal175272376633300324142112
Binary1111101101110101111111011001111011001101010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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