#70C3ED

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

Shades of Maya Blue #70C3ED

Tints of Maya Blue #70C3ED

Color information

#70C3ED (or 0x70C3ED) is unknown color: approx Maya Blue. HEX triplet: 70, C3 and ED. RGB value is (112,195,237). Sum of RGB (Red+Green+Blue) = 112+195+237=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #70C3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C3ED is #8F3C12. Grayscale: #AEAEAE. Windows color (decimal): -9387027 or 15582064. OLE color: 15582064.

HSL color Cylindrical-coordinate representation of color #70C3ED: hue angle of 200.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70C3ED is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112195237-
CMYK0.530.1800.07
HSL200.16º77.64%68.43%-
HSV(B)200.16º52.74%92.94%-
XYZ41.4848.5987.31-
YUV174.9716383.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.59%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 237 (92.97% from 255) = 43.57%
R=20.59%
G=35.85%
B=43.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121952370.530.1800.07200.1677.6468.43
Hex70C3ED351207c84e44
Octal160303355652207310116104
Binary111000011000011111011011101011001001111100100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,237); }

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

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

 a { background-color: rgb(112,195,237); }

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

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

 span { border-color: rgb(112,195,237); }

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