#70B6FF

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

Shades of Maya Blue #70B6FF

Tints of Maya Blue #70B6FF

Color information

#70B6FF (or 0x70B6FF) is unknown color: approx Maya Blue. HEX triplet: 70, B6 and FF. RGB value is (112,182,255). Sum of RGB (Red+Green+Blue) = 112+182+255=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #70B6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B6FF is #8F4900. Grayscale: #A9A9A9. Windows color (decimal): -9390337 or 16758384. OLE color: 16758384.

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

Color convert

RGB112182255-
CMYK0.560.2900
HSL210.63º100%71.96%-
HSV(B)210.63º56.08%100%-
XYZ41.4644.12100.94-
YUV169.39176.3187.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.40%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 255 (100% from 255) = 46.45%
R=20.40%
G=33.15%
B=46.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121822550.560.2900210.6310071.96
Hex70B6FF381D00d36448
Octal160266377703500323144110
Binary1110000101101101111111111100011101001101001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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