Html Css Color HEX #70ACF8 Maya Blue

📋 copy color: '#70ACF8'

red 112 ◦ green 172 ◦ blue 248

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

Shades of Maya Blue #70ACF8

Tints of Maya Blue #70ACF8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.33%

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 21.05%
G = 32.33%
B = 46.62%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#70ACF8 (or 0x70ACF8) is known color: Maya Blue. HEX triplet: 70, AC and F8. RGB value is (112,172,248). Sum of RGB (Red+Green+Blue) = 112+172+248=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #70ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACF8 is #8F5307. Grayscale: #A2A2A2. Windows color (decimal): -9392904 or 16297072. OLE color: 16297072.

HSL color Cylindrical-coordinate representation of color #70ACF8: hue angle of 213.53º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70ACF8 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 172 248 -
CMYK 0.55 0.31 0 0.03
HSL 213.53º 0.91% 0.71% -
HSV(B) 213.53º 0.55% 0.97% -
XYZ 38.38 39.73 94.45 -
YUV 162.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 112 172 248 0.55 0.31 0 0.03 213.53 0.91 0.71
Hex 70 AC F8 37 1F 0 3 D6 5B 47
Octal 160 254 370 67 37 0 3 326 133 107
Binary 1110000 10101100 11111000 110111 11111 0 11 11010110 1011011 1000111

Color Harmonies of #70ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ACF8

Black with #70ACF8

Text Example


Text Example

White with #70ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,172,248); }

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

background-color css

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

 a { background-color: rgb(112,172,248); }

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

border-color css

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

 span { border-color: rgb(112,172,248); }

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