#70D3F9

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

Shades of Maya Blue #70D3F9

Tints of Maya Blue #70D3F9

Color information

#70D3F9 (or 0x70D3F9) is unknown color: approx Maya Blue. HEX triplet: 70, D3 and F9. RGB value is (112,211,249). Sum of RGB (Red+Green+Blue) = 112+211+249=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 211 (82.81% from 255 or 36.89% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #70D3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3F9 is #8F2C06. Grayscale: #B9B9B9. Windows color (decimal): -9382919 or 16372592. OLE color: 16372592.

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

Color convert

RGB112211249-
CMYK0.550.1500.02
HSL196.64º91.95%70.78%-
HSV(B)196.64º55.02%97.65%-
XYZ47.0856.8798.12-
YUV185.73163.775.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 211 (82.81% from 255) = 36.89%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=19.58%
G=36.89%
B=43.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122112490.550.1500.02196.6491.9570.78
Hex70D3F937F02c55c47
Octal160323371671702305134107
Binary1110000110100111111100111011111110101100010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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