Html Css Color HEX #70AEFF Maya Blue

📋 copy color: '#70AEFF'

red 112 ◦ green 174 ◦ blue 255

#70AEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #70AEFF

Tints of Maya Blue #70AEFF

RGB

 RED value IS 112 (44.14% from 255) = 20.7%

 GREEN value IS 174 (68.36% from 255) = 32.16%

 BLUE value IS 255 (100% from 255) = 47.13%

R = 20.7%
G = 32.16%
B = 47.13%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70AEFF (or 0x70AEFF) is known color: 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

RGB 112 174 255 -
CMYK 0.56 0.32 0 0
HSL 213.99º 1% 0.72% -
HSV(B) 213.99º 0.56% 1% -
XYZ 39.87 40.94 100.41 -
YUV 164.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 112 174 255 0.56 0.32 0 0 213.99 1 0.72
Hex 70 AE FF 38 20 0 0 D6 64 48
Octal 160 256 377 70 40 0 0 326 144 110
Binary 1110000 10101110 11111111 111000 100000 0 0 11010110 1100100 1001000

Color Harmonies of #70AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEFF

Black with #70AEFF

Text Example


Text Example

White with #70AEFF

Text Example


Text Example

HTML Codes & Css Web 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>