#70D1FA

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

Shades of Maya Blue #70D1FA

Tints of Maya Blue #70D1FA

Color information

#70D1FA (or 0x70D1FA) is unknown color: approx Maya Blue. HEX triplet: 70, D1 and FA. RGB value is (112,209,250). Sum of RGB (Red+Green+Blue) = 112+209+250=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 209 (82.03% from 255 or 36.60% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #70D1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D1FA is #8F2E05. Grayscale: #B8B8B8. Windows color (decimal): -9383430 or 16437616. OLE color: 16437616.

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

Color convert

RGB112209250-
CMYK0.550.1600.02
HSL197.83º93.24%70.98%-
HSV(B)197.83º55.2%98.04%-
XYZ46.7455.9598.78-
YUV184.67164.8676.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.61%
GREEN value IS 209 (82.03% from 255) = 36.60%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=19.61%
G=36.60%
B=43.78%

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
Decimal1122092500.550.1600.02197.8393.2470.98
Hex70D1FA371002c65d47
Octal160321372672002306135107
Binary11100001101000111111010110111100000101100011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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