#70CAF9

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

Shades of Maya Blue #70CAF9

Tints of Maya Blue #70CAF9

Color information

#70CAF9 (or 0x70CAF9) is unknown color: approx Maya Blue. HEX triplet: 70, CA and F9. RGB value is (112,202,249). Sum of RGB (Red+Green+Blue) = 112+202+249=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #70CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CAF9 is #8F3506. Grayscale: #B4B4B4. Windows color (decimal): -9385223 or 16370288. OLE color: 16370288.

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

Color convert

RGB112202249-
CMYK0.550.1900.02
HSL200.58º91.95%70.78%-
HSV(B)200.58º55.02%97.65%-
XYZ44.952.5397.39-
YUV180.45166.6879.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 249 (97.66% from 255) = 44.23%
R=19.89%
G=35.88%
B=44.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122022490.550.1900.02200.5891.9570.78
Hex70CAF9371302c95c47
Octal160312371672302311134107
Binary11100001100101011111001110111100110101100100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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