#70C9FA

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

Shades of Maya Blue #70C9FA

Tints of Maya Blue #70C9FA

Color information

#70C9FA (or 0x70C9FA) is unknown color: approx Maya Blue. HEX triplet: 70, C9 and FA. RGB value is (112,201,250). Sum of RGB (Red+Green+Blue) = 112+201+250=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #70C9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C9FA is #8F3605. Grayscale: #B3B3B3. Windows color (decimal): -9385478 or 16435568. OLE color: 16435568.

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

Color convert

RGB112201250-
CMYK0.550.2000.02
HSL201.3º93.24%70.98%-
HSV(B)201.3º55.2%98.04%-
XYZ44.8252.1298.14-
YUV179.98167.5179.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.89%
GREEN value IS 201 (78.91% from 255) = 35.70%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=19.89%
G=35.70%
B=44.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122012500.550.2000.02201.393.2470.98
Hex70C9FA371402c95d47
Octal160311372672402311135107
Binary11100001100100111111010110111101000101100100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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