#70CAF8

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

Shades of Maya Blue #70CAF8

Tints of Maya Blue #70CAF8

Color information

#70CAF8 (or 0x70CAF8) is unknown color: approx Maya Blue. HEX triplet: 70, CA and F8. RGB value is (112,202,248). Sum of RGB (Red+Green+Blue) = 112+202+248=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #70CAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CAF8 is #8F3507. Grayscale: #B4B4B4. Windows color (decimal): -9385224 or 16304752. OLE color: 16304752.

HSL color Cylindrical-coordinate representation of color #70CAF8: hue angle of 200.29º 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 #70CAF8 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112202248-
CMYK0.550.1900.03
HSL200.29º90.67%70.59%-
HSV(B)200.29º54.84%97.25%-
XYZ44.7552.4696.57-
YUV180.33166.1879.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.93%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 248 (97.27% from 255) = 44.13%
R=19.93%
G=35.94%
B=44.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122022480.550.1900.03200.2990.6770.59
Hex70CAF8371303c85b47
Octal160312370672303310133107
Binary11100001100101011111000110111100110111100100010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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