#70D4FA

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

Shades of Maya Blue #70D4FA

Tints of Maya Blue #70D4FA

Color information

#70D4FA (or 0x70D4FA) is unknown color: approx Maya Blue. HEX triplet: 70, D4 and FA. RGB value is (112,212,250). Sum of RGB (Red+Green+Blue) = 112+212+250=574 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.51% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #70D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D4FA is #8F2B05. Grayscale: #BABABA. Windows color (decimal): -9382662 or 16438384. OLE color: 16438384.

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

Color convert

RGB112212250-
CMYK0.550.1500.02
HSL196.52º93.24%70.98%-
HSV(B)196.52º55.2%98.04%-
XYZ47.4857.4399.03-
YUV186.43163.8774.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.51%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=19.51%
G=36.93%
B=43.55%

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
Decimal1122122500.550.1500.02196.5293.2470.98
Hex70D4FA37F02c55d47
Octal160324372671702305135107
Binary1110000110101001111101011011111110101100010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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