#70d3ff

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

Shades of Maya Blue #70D3FF

Tints of Maya Blue #70D3FF

Color information

#70D3FF (or 0x70D3FF) is unknown color: approx Maya Blue. HEX triplet: 70, D3 and FF. RGB value is (112,211,255). Sum of RGB (Red+Green+Blue) = 112+211+255=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #70D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3FF is #8F2C00. Grayscale: #BABABA. Windows color (decimal): -9382913 or 16765808. OLE color: 16765808.

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

Color convert

RGB112211255-
CMYK0.560.1700
HSL198.46º100%71.96%-
HSV(B)198.46º56.08%100%-
XYZ48.0357.25103.13-
YUV186.42166.774.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.38%
GREEN value IS 211 (82.81% from 255) = 36.51%
BLUE value IS 255 (100% from 255) = 44.12%
R=19.38%
G=36.51%
B=44.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122112550.560.1700198.4610071.96
Hex70D3FF381100c66448
Octal160323377702100306144110
Binary1110000110100111111111111100010001001100011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d3ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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