Html Css Color HEX #70ADF9 Maya Blue

📋 copy color: '#70ADF9'

red 112 ◦ green 173 ◦ blue 249

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

Shades of Maya Blue #70ADF9

Tints of Maya Blue #70ADF9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.4%

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 20.97%
G = 32.4%
B = 46.63%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70ADF9 (or 0x70ADF9) is known color: Maya Blue. HEX triplet: 70, AD and F9. RGB value is (112,173,249). Sum of RGB (Red+Green+Blue) = 112+173+249=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #70ADF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ADF9 is #8F5206. Grayscale: #A3A3A3. Windows color (decimal): -9392647 or 16362864. OLE color: 16362864.

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

Color convert

RGB 112 173 249 -
CMYK 0.55 0.31 0 0.02
HSL 213.28º 0.92% 0.71% -
HSV(B) 213.28º 0.55% 0.98% -
XYZ 38.72 40.17 95.34 -
YUV 163.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 112 173 249 0.55 0.31 0 0.02 213.28 0.92 0.71
Hex 70 AD F9 37 1F 0 2 D5 5C 47
Octal 160 255 371 67 37 0 2 325 134 107
Binary 1110000 10101101 11111001 110111 11111 0 10 11010101 1011100 1000111

Color Harmonies of #70ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ADF9

Black with #70ADF9

Text Example


Text Example

White with #70ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,173,249); }

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

background-color css

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

 a { background-color: rgb(112,173,249); }

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

border-color css

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

 span { border-color: rgb(112,173,249); }

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