#74BDFA

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

Shades of Maya Blue #74BDFA

Tints of Maya Blue #74BDFA

Color information

#74BDFA (or 0x74BDFA) is unknown color: approx Maya Blue. HEX triplet: 74, BD and FA. RGB value is (116,189,250). Sum of RGB (Red+Green+Blue) = 116+189+250=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #74BDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BDFA is #8B4205. Grayscale: #ADADAD. Windows color (decimal): -9126406 or 16432500. OLE color: 16432500.

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

Color convert

RGB116189250-
CMYK0.540.2400.02
HSL207.31º93.06%71.76%-
HSV(B)207.31º53.6%98.04%-
XYZ42.6647.0197.27-
YUV174.13170.8286.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 20.90%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=20.90%
G=34.05%
B=45.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161892500.540.2400.02207.3193.0671.76
Hex74BDFA361802cf5d48
Octal164275372663002317135110
Binary11101001011110111111010110110110000101100111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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