#7DBFF3

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

Shades of Maya Blue #7DBFF3

Tints of Maya Blue #7DBFF3

Color information

#7DBFF3 (or 0x7DBFF3) is unknown color: approx Maya Blue. HEX triplet: 7D, BF and F3. RGB value is (125,191,243). Sum of RGB (Red+Green+Blue) = 125+191+243=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #7DBFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBFF3 is #82400C. Grayscale: #B0B0B0. Windows color (decimal): -8536077 or 15974269. OLE color: 15974269.

HSL color Cylindrical-coordinate representation of color #7DBFF3: hue angle of 206.44º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBFF3 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125191243-
CMYK0.490.2100.05
HSL206.44º83.1%72.16%-
HSV(B)206.44º48.56%95.29%-
XYZ43.2748.0991.8-
YUV177.19165.1390.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 243 (95.31% from 255) = 43.47%
R=22.36%
G=34.17%
B=43.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1251912430.490.2100.05206.4483.172.16
Hex7DBFF3311505ce5348
Octal175277363612505316123110
Binary111110110111111111100111100011010101011100111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,191,243); }

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

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

 a { background-color: rgb(125,191,243); }

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

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

 span { border-color: rgb(125,191,243); }

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