Html Css Color HEX #70ABFE Maya Blue

📋 copy color: '#70ABFE'

red 112 ◦ green 171 ◦ blue 254

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

Shades of Maya Blue #70ABFE

Tints of Maya Blue #70ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 20.86%
G = 31.84%
B = 47.3%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70ABFE (or 0x70ABFE) is known color: Maya Blue. HEX triplet: 70, AB and FE. RGB value is (112,171,254). Sum of RGB (Red+Green+Blue) = 112+171+254=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #70ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABFE is #8F5401. Grayscale: #A2A2A2. Windows color (decimal): -9393154 or 16690032. OLE color: 16690032.

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

Color convert

RGB 112 171 254 -
CMYK 0.56 0.33 0 0.00
HSL 215.07º 0.99% 0.72% -
HSV(B) 215.07º 0.56% 1% -
XYZ 39.13 39.73 99.37 -
YUV 162.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 112 171 254 0.56 0.33 0 0.00 215.07 0.99 0.72
Hex 70 AB FE 38 21 0 0 D7 63 48
Octal 160 253 376 70 41 0 0 327 143 110
Binary 1110000 10101011 11111110 111000 100001 0 0 11010111 1100011 1001000

Color Harmonies of #70ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABFE

Black with #70ABFE

Text Example


Text Example

White with #70ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,254); }

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

background-color css

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

 a { background-color: rgb(112,171,254); }

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

border-color css

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

 span { border-color: rgb(112,171,254); }

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