#70C4ED

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

Shades of Maya Blue #70C4ED

Tints of Maya Blue #70C4ED

Color information

#70C4ED (or 0x70C4ED) is unknown color: approx Maya Blue. HEX triplet: 70, C4 and ED. RGB value is (112,196,237). Sum of RGB (Red+Green+Blue) = 112+196+237=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #70C4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C4ED is #8F3B12. Grayscale: #AFAFAF. Windows color (decimal): -9386771 or 15582320. OLE color: 15582320.

HSL color Cylindrical-coordinate representation of color #70C4ED: hue angle of 199.68º 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 #70C4ED is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112196237-
CMYK0.530.1700.07
HSL199.68º77.64%68.43%-
HSV(B)199.68º52.74%92.94%-
XYZ41.7149.0487.39-
YUV175.56162.6782.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=20.55%
G=35.96%
B=43.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121962370.530.1700.07199.6877.6468.43
Hex70C4ED351107c84e44
Octal160304355652107310116104
Binary111000011000100111011011101011000101111100100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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