#70CEFE

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

Shades of Maya Blue #70CEFE

Tints of Maya Blue #70CEFE

Color information

#70CEFE (or 0x70CEFE) is unknown color: approx Maya Blue. HEX triplet: 70, CE and FE. RGB value is (112,206,254). Sum of RGB (Red+Green+Blue) = 112+206+254=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #70CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEFE is #8F3101. Grayscale: #B7B7B7. Windows color (decimal): -9384194 or 16698992. OLE color: 16698992.

HSL color Cylindrical-coordinate representation of color #70CEFE: hue angle of 200.28º 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 #70CEFE is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB112206254-
CMYK0.560.1900.00
HSL200.28º98.61%71.76%-
HSV(B)200.28º55.91%99.61%-
XYZ46.6454.74101.87-
YUV183.37167.8677.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.58%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=19.58%
G=36.01%
B=44.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122062540.560.1900.00200.2898.6171.76
Hex70CEFE381300c86348
Octal160316376702300310143110
Binary1110000110011101111111011100010011001100100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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