#70C6FA

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

Shades of Maya Blue #70C6FA

Tints of Maya Blue #70C6FA

Color information

#70C6FA (or 0x70C6FA) is unknown color: approx Maya Blue. HEX triplet: 70, C6 and FA. RGB value is (112,198,250). Sum of RGB (Red+Green+Blue) = 112+198+250=560 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C6FA is #8F3905. Grayscale: #B1B1B1. Windows color (decimal): -9386246 or 16434800. OLE color: 16434800.

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

Color convert

RGB112198250-
CMYK0.550.2100.02
HSL202.61º93.24%70.98%-
HSV(B)202.61º55.2%98.04%-
XYZ44.1350.7497.91-
YUV178.21168.5180.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=20%
G=35.36%
B=44.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121982500.550.2100.02202.6193.2470.98
Hex70C6FA371502cb5d47
Octal160306372672502313135107
Binary11100001100011011111010110111101010101100101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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