#7DC4FA

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

Shades of Maya Blue #7DC4FA

Tints of Maya Blue #7DC4FA

Color information

#7DC4FA (or 0x7DC4FA) is unknown color: approx Maya Blue. HEX triplet: 7D, C4 and FA. RGB value is (125,196,250). Sum of RGB (Red+Green+Blue) = 125+196+250=571 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.89% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4FA is #823B05. Grayscale: #B4B4B4. Windows color (decimal): -8534790 or 16434301. OLE color: 16434301.

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

Color convert

RGB125196250-
CMYK0.500.2200.02
HSL205.92º92.59%73.53%-
HSV(B)205.92º50%98.04%-
XYZ45.4550.7497.84-
YUV180.93166.9888.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.89%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=21.89%
G=34.33%
B=43.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251962500.500.2200.02205.9292.5973.53
Hex7DC4FA321602ce5d4a
Octal175304372622602316135112
Binary11111011100010011111010110010101100101100111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,196,250); }

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

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

 a { background-color: rgb(125,196,250); }

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

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

 span { border-color: rgb(125,196,250); }

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