#70D2F9

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

Shades of Maya Blue #70D2F9

Tints of Maya Blue #70D2F9

Color information

#70D2F9 (or 0x70D2F9) is unknown color: approx Maya Blue. HEX triplet: 70, D2 and F9. RGB value is (112,210,249). Sum of RGB (Red+Green+Blue) = 112+210+249=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #70D2F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2F9 is #8F2D06. Grayscale: #B8B8B8. Windows color (decimal): -9383175 or 16372336. OLE color: 16372336.

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

Color convert

RGB112210249-
CMYK0.550.1600.02
HSL197.08º91.95%70.78%-
HSV(B)197.08º55.02%97.65%-
XYZ46.8356.3898.04-
YUV185.14164.0375.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.61%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=19.61%
G=36.78%
B=43.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122102490.550.1600.02197.0891.9570.78
Hex70D2F9371002c55c47
Octal160322371672002305134107
Binary11100001101001011111001110111100000101100010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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