Html Css Color HEX #70AAFD Maya Blue

📋 copy color: '#70AAFD'

red 112 ◦ green 170 ◦ blue 253

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

Shades of Maya Blue #70AAFD

Tints of Maya Blue #70AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.78%

 BLUE value IS 253 (99.22% from 255) = 47.29%

R = 20.93%
G = 31.78%
B = 47.29%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70AAFD (or 0x70AAFD) is known color: Maya Blue. HEX triplet: 70, AA and FD. RGB value is (112,170,253). Sum of RGB (Red+Green+Blue) = 112+170+253=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #70AAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AAFD is #8F5502. Grayscale: #A1A1A1. Windows color (decimal): -9393411 or 16624240. OLE color: 16624240.

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

Color convert

RGB 112 170 253 -
CMYK 0.56 0.33 0 0.01
HSL 215.32º 0.97% 0.72% -
HSV(B) 215.32º 0.56% 0.99% -
XYZ 38.79 39.29 98.47 -
YUV 162.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 112 170 253 0.56 0.33 0 0.01 215.32 0.97 0.72
Hex 70 AA FD 38 21 0 1 D7 61 48
Octal 160 252 375 70 41 0 1 327 141 110
Binary 1110000 10101010 11111101 111000 100001 0 1 11010111 1100001 1001000

Color Harmonies of #70AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AAFD

Black with #70AAFD

Text Example


Text Example

White with #70AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,170,253); }

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

background-color css

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

 a { background-color: rgb(112,170,253); }

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

border-color css

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

 span { border-color: rgb(112,170,253); }

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