Html Css Color HEX #70AFF4 Maya Blue

📋 copy color: '#70AFF4'

red 112 ◦ green 175 ◦ blue 244

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

Shades of Maya Blue #70AFF4

Tints of Maya Blue #70AFF4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.96%

 BLUE value IS 244 (95.7% from 255) = 45.95%

R = 21.09%
G = 32.96%
B = 45.95%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#70AFF4 (or 0x70AFF4) is known color: Maya Blue. HEX triplet: 70, AF and F4. RGB value is (112,175,244). Sum of RGB (Red+Green+Blue) = 112+175+244=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 244 (95.70% from 255 or 45.95% from 531); Max value from RGB is 244 - color contains mainly: blue. Hex color #70AFF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AFF4 is #8F500B. Grayscale: #A3A3A3. Windows color (decimal): -9392140 or 16035696. OLE color: 16035696.

HSL color Cylindrical-coordinate representation of color #70AFF4: hue angle of 211.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70AFF4 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 175 244 -
CMYK 0.54 0.28 0 0.04
HSL 211.36º 0.86% 0.7% -
HSV(B) 211.36º 0.54% 0.96% -
XYZ 38.34 40.64 91.41 -
YUV 164.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 112 175 244 0.54 0.28 0 0.04 211.36 0.86 0.7
Hex 70 AF F4 36 1C 0 4 D3 56 46
Octal 160 257 364 66 34 0 4 323 126 106
Binary 1110000 10101111 11110100 110110 11100 0 100 11010011 1010110 1000110

Color Harmonies of #70AFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AFF4

Black with #70AFF4

Text Example


Text Example

White with #70AFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,175,244); }

 H1.HeaderClassName
 {
   color: #70AFF4;
 }
 .AnyTagClassName
 {
   color: #70AFF4;
 }
</style>

background-color css

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

 a { background-color: rgb(112,175,244); }

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

border-color css

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

 span { border-color: rgb(112,175,244); }

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