#74B9EE

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

Shades of Maya Blue #74B9EE

Tints of Maya Blue #74B9EE

Color information

#74B9EE (or 0x74B9EE) is unknown color: approx Maya Blue. HEX triplet: 74, B9 and EE. RGB value is (116,185,238). Sum of RGB (Red+Green+Blue) = 116+185+238=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #74B9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B9EE is #8B4611. Grayscale: #AAAAAA. Windows color (decimal): -9127442 or 15645044. OLE color: 15645044.

HSL color Cylindrical-coordinate representation of color #74B9EE: hue angle of 206.07º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B9EE is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116185238-
CMYK0.510.2200.07
HSL206.07º78.21%69.41%-
HSV(B)206.07º51.26%93.33%-
XYZ39.9844.5887.39-
YUV170.41166.1489.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.52%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=21.52%
G=34.32%
B=44.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161852380.510.2200.07206.0778.2169.41
Hex74B9EE331607ce4e45
Octal164271356632607316116105
Binary111010010111001111011101100111011001111100111010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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