#70C5FF

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

Shades of Maya Blue #70C5FF

Tints of Maya Blue #70C5FF

Color information

#70C5FF (or 0x70C5FF) is unknown color: approx Maya Blue. HEX triplet: 70, C5 and FF. RGB value is (112,197,255). Sum of RGB (Red+Green+Blue) = 112+197+255=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #70C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70C5FF is #8F3A00. Grayscale: #B1B1B1. Windows color (decimal): -9386497 or 16762224. OLE color: 16762224.

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

Color convert

RGB112197255-
CMYK0.560.2300
HSL204.34º100%71.96%-
HSV(B)204.34º56.08%100%-
XYZ44.750.6102.02-
YUV178.2171.3480.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.86%
GREEN value IS 197 (77.34% from 255) = 34.93%
BLUE value IS 255 (100% from 255) = 45.21%
R=19.86%
G=34.93%
B=45.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121972550.560.2300204.3410071.96
Hex70C5FF381700cc6448
Octal160305377702700314144110
Binary1110000110001011111111111100010111001100110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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