#74A9FD

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

Shades of Maya Blue #74A9FD

Tints of Maya Blue #74A9FD

Color information

#74A9FD (or 0x74A9FD) is unknown color: approx Maya Blue. HEX triplet: 74, A9 and FD. RGB value is (116,169,253). Sum of RGB (Red+Green+Blue) = 116+169+253=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #74A9FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A9FD is #8B5602. Grayscale: #A2A2A2. Windows color (decimal): -9131523 or 16623988. OLE color: 16623988.

HSL color Cylindrical-coordinate representation of color #74A9FD: hue angle of 216.79º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A9FD is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116169253-
CMYK0.540.3300.01
HSL216.79º97.16%72.35%-
HSV(B)216.79º54.15%99.22%-
XYZ39.1239.1898.43-
YUV162.73178.9494.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.56%
GREEN value IS 169 (66.41% from 255) = 31.41%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=21.56%
G=31.41%
B=47.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161692530.540.3300.01216.7997.1672.35
Hex74A9FD362101d96148
Octal164251375664101331141110
Binary11101001010100111111101110110100001011101100111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A9FD; }

 p { color: rgb(116,169,253); }

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

<style>
 a { background-color: #74A9FD; }

 a { background-color: rgb(116,169,253); }

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

<style>
 span { border-color: #74A9FD; }

 span { border-color: rgb(116,169,253); }

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