#70B3EF

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

Shades of Maya Blue #70B3EF

Tints of Maya Blue #70B3EF

Color information

#70B3EF (or 0x70B3EF) is unknown color: approx Maya Blue. HEX triplet: 70, B3 and EF. RGB value is (112,179,239). Sum of RGB (Red+Green+Blue) = 112+179+239=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #70B3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B3EF is #8F4C10. Grayscale: #A5A5A5. Windows color (decimal): -9391121 or 15709040. OLE color: 15709040.

HSL color Cylindrical-coordinate representation of color #70B3EF: hue angle of 208.35º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70B3EF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112179239-
CMYK0.530.2500.06
HSL208.35º79.87%68.82%-
HSV(B)208.35º53.14%93.73%-
XYZ38.3841.9287.73-
YUV165.81169.389.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 179 (70.31% from 255) = 33.77%
BLUE value IS 239 (93.75% from 255) = 45.09%
R=21.13%
G=33.77%
B=45.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121792390.530.2500.06208.3579.8768.82
Hex70B3EF351906d05045
Octal160263357653106320120105
Binary111000010110011111011111101011100101101101000010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,239); }

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

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

 a { background-color: rgb(112,179,239); }

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

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

 span { border-color: rgb(112,179,239); }

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