#70C8FE

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

Shades of Maya Blue #70C8FE

Tints of Maya Blue #70C8FE

Color information

#70C8FE (or 0x70C8FE) is unknown color: approx Maya Blue. HEX triplet: 70, C8 and FE. RGB value is (112,200,254). Sum of RGB (Red+Green+Blue) = 112+200+254=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #70C8FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C8FE is #8F3701. Grayscale: #B3B3B3. Windows color (decimal): -9385730 or 16697456. OLE color: 16697456.

HSL color Cylindrical-coordinate representation of color #70C8FE: hue angle of 202.82º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C8FE is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB112200254-
CMYK0.560.2100.00
HSL202.82º98.61%71.76%-
HSV(B)202.82º55.91%99.61%-
XYZ45.2351.91101.4-
YUV179.84169.8579.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.79%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=19.79%
G=35.34%
B=44.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122002540.560.2100.00202.8298.6171.76
Hex70C8FE381500cb6348
Octal160310376702500313143110
Binary1110000110010001111111011100010101001100101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,254); }

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

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

 a { background-color: rgb(112,200,254); }

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

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

 span { border-color: rgb(112,200,254); }

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