#70AEFF

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

Shades of Maya Blue #70AEFF

Tints of Maya Blue #70AEFF

Color information

#70AEFF (or 0x70AEFF) is unknown color: approx Maya Blue. HEX triplet: 70, AE and FF. RGB value is (112,174,255). Sum of RGB (Red+Green+Blue) = 112+174+255=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #70AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AEFF is #8F5100. Grayscale: #A4A4A4. Windows color (decimal): -9392385 or 16756336. OLE color: 16756336.

HSL color Cylindrical-coordinate representation of color #70AEFF: hue angle of 213.99º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70AEFF is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112174255-
CMYK0.560.3200
HSL213.99º100%71.96%-
HSV(B)213.99º56.08%100%-
XYZ39.8740.94100.41-
YUV164.7178.9690.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.70%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 47.13%
R=20.70%
G=32.16%
B=47.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121742550.560.3200213.9910071.96
Hex70AEFF382000d66448
Octal160256377704000326144110
Binary11100001010111011111111111000100000001101011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AEFF; }

 p { color: rgb(112,174,255); }

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

<style>
 a { background-color: #70AEFF; }

 a { background-color: rgb(112,174,255); }

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

<style>
 span { border-color: #70AEFF; }

 span { border-color: rgb(112,174,255); }

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