#70D9FF

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

Shades of Maya Blue #70D9FF

Tints of Maya Blue #70D9FF

Color information

#70D9FF (or 0x70D9FF) is unknown color: approx Maya Blue. HEX triplet: 70, D9 and FF. RGB value is (112,217,255). Sum of RGB (Red+Green+Blue) = 112+217+255=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #70D9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D9FF is #8F2600. Grayscale: #BDBDBD. Windows color (decimal): -9381377 or 16767344. OLE color: 16767344.

HSL color Cylindrical-coordinate representation of color #70D9FF: hue angle of 195.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70D9FF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112217255-
CMYK0.560.1500
HSL195.94º100%71.96%-
HSV(B)195.94º56.08%100%-
XYZ49.5460.29103.63-
YUV189.94164.7172.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.18%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 255 (100% from 255) = 43.66%
R=19.18%
G=37.16%
B=43.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122172550.560.1500195.9410071.96
Hex70D9FF38F00c46448
Octal160331377701700304144110
Binary111000011011001111111111110001111001100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,217,255); }

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

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

 a { background-color: rgb(112,217,255); }

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

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

 span { border-color: rgb(112,217,255); }

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