#74B9FA

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

Shades of Maya Blue #74B9FA

Tints of Maya Blue #74B9FA

Color information

#74B9FA (or 0x74B9FA) is unknown color: approx Maya Blue. HEX triplet: 74, B9 and FA. RGB value is (116,185,250). Sum of RGB (Red+Green+Blue) = 116+185+250=551 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.05% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #74B9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B9FA is #8B4605. Grayscale: #ABABAB. Windows color (decimal): -9127430 or 16431476. OLE color: 16431476.

HSL color Cylindrical-coordinate representation of color #74B9FA: hue angle of 209.1º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B9FA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116185250-
CMYK0.540.2600.02
HSL209.1º93.06%71.76%-
HSV(B)209.1º53.6%98.04%-
XYZ41.8145.3196.99-
YUV171.78172.1488.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.05%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=21.05%
G=33.58%
B=45.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161852500.540.2600.02209.193.0671.76
Hex74B9FA361A02d15d48
Octal164271372663202321135110
Binary11101001011100111111010110110110100101101000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,185,250); }

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

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

 a { background-color: rgb(116,185,250); }

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

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

 span { border-color: rgb(116,185,250); }

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