#70D4F9

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

Shades of Maya Blue #70D4F9

Tints of Maya Blue #70D4F9

Color information

#70D4F9 (or 0x70D4F9) is unknown color: approx Maya Blue. HEX triplet: 70, D4 and F9. RGB value is (112,212,249). Sum of RGB (Red+Green+Blue) = 112+212+249=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 212 (83.20% from 255 or 37.00% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #70D4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D4F9 is #8F2B06. Grayscale: #BABABA. Windows color (decimal): -9382663 or 16372848. OLE color: 16372848.

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

Color convert

RGB112212249-
CMYK0.550.1500.02
HSL196.2º91.95%70.78%-
HSV(B)196.2º55.02%97.65%-
XYZ47.3257.3798.2-
YUV186.32163.3774.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 212 (83.20% from 255) = 37.00%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=19.55%
G=37.00%
B=43.46%

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
Decimal1122122490.550.1500.02196.291.9570.78
Hex70D4F937F02c45c47
Octal160324371671702304134107
Binary1110000110101001111100111011111110101100010010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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