#70baf4

Color #70BAF4 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #70BAF4

Tints of Maya Blue #70BAF4

Color information

#70BAF4 (or 0x70BAF4) is unknown color: approx Maya Blue. HEX triplet: 70, BA and F4. RGB value is (112,186,244). Sum of RGB (Red+Green+Blue) = 112+186+244=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #70BAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BAF4 is #8F450B. Grayscale: #AAAAAA. Windows color (decimal): -9389324 or 16038512. OLE color: 16038512.

HSL color Cylindrical-coordinate representation of color #70BAF4: hue angle of 206.36º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BAF4 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB112186244-
CMYK0.540.2400.04
HSL206.36º85.71%69.8%-
HSV(B)206.36º54.1%95.69%-
XYZ40.5745.0992.15-
YUV170.49169.4886.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.66%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 244 (95.70% from 255) = 45.02%
R=20.66%
G=34.32%
B=45.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1121862440.540.2400.04206.3685.7169.8
Hex70BAF4361804ce5646
Octal160272364663004316126106
Binary111000010111010111101001101101100001001100111010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70baf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,244); }

 H1.HeaderClassName
 {
   color: #70baf4;
 }
 .AnyTagClassName
 {
   color: #70baf4;
 }
</style>
background-color css

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

 a { background-color: rgb(112,186,244); }

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

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

 span { border-color: rgb(112,186,244); }

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