Html Css Color HEX #70ABFF Maya Blue

📋 copy color: '#70ABFF'

red 112 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #70ABFF

Tints of Maya Blue #70ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 20.82%
G = 31.78%
B = 47.4%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70ABFF (or 0x70ABFF) is known color: Maya Blue. HEX triplet: 70, AB and FF. RGB value is (112,171,255). Sum of RGB (Red+Green+Blue) = 112+171+255=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #70ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ABFF is #8F5400. Grayscale: #A2A2A2. Windows color (decimal): -9393153 or 16755568. OLE color: 16755568.

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

Color convert

RGB 112 171 255 -
CMYK 0.56 0.33 0 0
HSL 215.24º 1% 0.72% -
HSV(B) 215.24º 0.56% 1% -
XYZ 39.3 39.79 100.22 -
YUV 162.94 179.95 91.67 -
System Red Green Blue C M Y K H S L
Decimal 112 171 255 0.56 0.33 0 0 215.24 1 0.72
Hex 70 AB FF 38 21 0 0 D7 64 48
Octal 160 253 377 70 41 0 0 327 144 110
Binary 1110000 10101011 11111111 111000 100001 0 0 11010111 1100100 1001000

Color Harmonies of #70ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABFF

Black with #70ABFF

Text Example


Text Example

White with #70ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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