#74B3FB

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

Shades of Maya Blue #74B3FB

Tints of Maya Blue #74B3FB

Color information

#74B3FB (or 0x74B3FB) is unknown color: approx Maya Blue. HEX triplet: 74, B3 and FB. RGB value is (116,179,251). Sum of RGB (Red+Green+Blue) = 116+179+251=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #74B3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B3FB is #8B4C04. Grayscale: #A8A8A8. Windows color (decimal): -9128965 or 16495476. OLE color: 16495476.

HSL color Cylindrical-coordinate representation of color #74B3FB: hue angle of 212º degrees, saturation: 0.94, 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 #74B3FB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116179251-
CMYK0.540.2900.02
HSL212º94.41%71.96%-
HSV(B)212º53.78%98.43%-
XYZ40.7442.9297.4-
YUV168.37174.6390.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.25%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=21.25%
G=32.78%
B=45.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161792510.540.2900.0221294.4171.96
Hex74B3FB361D02d45e48
Octal164263373663502324136110
Binary11101001011001111111011110110111010101101010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,251); }

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

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

 a { background-color: rgb(116,179,251); }

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

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

 span { border-color: rgb(116,179,251); }

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