#70CEFF

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

Shades of Maya Blue #70CEFF

Tints of Maya Blue #70CEFF

Color information

#70CEFF (or 0x70CEFF) is unknown color: approx Maya Blue. HEX triplet: 70, CE and FF. RGB value is (112,206,255). Sum of RGB (Red+Green+Blue) = 112+206+255=573 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.55% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #70CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEFF is #8F3100. Grayscale: #B7B7B7. Windows color (decimal): -9384193 or 16764528. OLE color: 16764528.

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

Color convert

RGB112206255-
CMYK0.560.1900
HSL200.56º100%71.96%-
HSV(B)200.56º56.08%100%-
XYZ46.854.81102.72-
YUV183.48168.3677.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.55%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 255 (100% from 255) = 44.50%
R=19.55%
G=35.95%
B=44.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122062550.560.1900200.5610071.96
Hex70CEFF381300c96448
Octal160316377702300311144110
Binary1110000110011101111111111100010011001100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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