#70D6FC

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

Shades of Maya Blue #70D6FC

Tints of Maya Blue #70D6FC

Color information

#70D6FC (or 0x70D6FC) is unknown color: approx Maya Blue. HEX triplet: 70, D6 and FC. RGB value is (112,214,252). Sum of RGB (Red+Green+Blue) = 112+214+252=578 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.38% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #70D6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D6FC is #8F2903. Grayscale: #BBBBBB. Windows color (decimal): -9382148 or 16569968. OLE color: 16569968.

HSL color Cylindrical-coordinate representation of color #70D6FC: hue angle of 196.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70D6FC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112214252-
CMYK0.560.1500.01
HSL196.29º95.89%71.37%-
HSV(B)196.29º55.56%98.82%-
XYZ48.358.57100.85-
YUV187.83164.2173.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.38%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=19.38%
G=37.02%
B=43.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122142520.560.1500.01196.2995.8971.37
Hex70D6FC38F01c46047
Octal160326374701701304140107
Binary111000011010110111111001110001111011100010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,214,252); }

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

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

 a { background-color: rgb(112,214,252); }

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

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

 span { border-color: rgb(112,214,252); }

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