#74B7F6

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

Shades of Maya Blue #74B7F6

Tints of Maya Blue #74B7F6

Color information

#74B7F6 (or 0x74B7F6) is unknown color: approx Maya Blue. HEX triplet: 74, B7 and F6. RGB value is (116,183,246). Sum of RGB (Red+Green+Blue) = 116+183+246=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #74B7F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B7F6 is #8B4809. Grayscale: #A9A9A9. Windows color (decimal): -9127946 or 16168820. OLE color: 16168820.

HSL color Cylindrical-coordinate representation of color #74B7F6: hue angle of 209.08º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B7F6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB116183246-
CMYK0.530.2600.04
HSL209.08º87.84%70.98%-
HSV(B)209.08º52.85%96.47%-
XYZ40.7744.2393.58-
YUV170.15170.889.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.28%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 246 (96.48% from 255) = 45.14%
R=21.28%
G=33.58%
B=45.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1161832460.530.2600.04209.0887.8470.98
Hex74B7F6351A04d15847
Octal164267366653204321130107
Binary111010010110111111101101101011101001001101000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,183,246); }

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

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

 a { background-color: rgb(116,183,246); }

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

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

 span { border-color: rgb(116,183,246); }

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