#70D1F7

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

Shades of Maya Blue #70D1F7

Tints of Maya Blue #70D1F7

Color information

#70D1F7 (or 0x70D1F7) is unknown color: approx Maya Blue. HEX triplet: 70, D1 and F7. RGB value is (112,209,247). Sum of RGB (Red+Green+Blue) = 112+209+247=568 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.72% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #70D1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D1F7 is #8F2E08. Grayscale: #B8B8B8. Windows color (decimal): -9383433 or 16241008. OLE color: 16241008.

HSL color Cylindrical-coordinate representation of color #70D1F7: hue angle of 196.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D1F7 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112209247-
CMYK0.550.1500.03
HSL196.89º89.4%70.39%-
HSV(B)196.89º54.66%96.86%-
XYZ46.2755.7696.32-
YUV184.33163.3676.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.72%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=19.72%
G=36.80%
B=43.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122092470.550.1500.03196.8989.470.39
Hex70D1F737F03c55946
Octal160321367671703305131106
Binary1110000110100011111011111011111110111100010110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,247); }

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

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

 a { background-color: rgb(112,209,247); }

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

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

 span { border-color: rgb(112,209,247); }

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