#70B7F3

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

Shades of Maya Blue #70B7F3

Tints of Maya Blue #70B7F3

Color information

#70B7F3 (or 0x70B7F3) is unknown color: approx Maya Blue. HEX triplet: 70, B7 and F3. RGB value is (112,183,243). Sum of RGB (Red+Green+Blue) = 112+183+243=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 243 (95.31% from 255 or 45.17% from 538); Max value from RGB is 243 - color contains mainly: blue. Hex color #70B7F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B7F3 is #8F480C. Grayscale: #A8A8A8. Windows color (decimal): -9390093 or 15972208. OLE color: 15972208.

HSL color Cylindrical-coordinate representation of color #70B7F3: hue angle of 207.48º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70B7F3 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112183243-
CMYK0.540.2500.05
HSL207.48º84.52%69.61%-
HSV(B)207.48º53.91%95.29%-
XYZ39.7943.7891.15-
YUV168.61169.9887.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.82%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 243 (95.31% from 255) = 45.17%
R=20.82%
G=34.01%
B=45.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121832430.540.2500.05207.4884.5269.61
Hex70B7F3361905cf5546
Octal160267363663105317125106
Binary111000010110111111100111101101100101011100111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,243); }

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

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

 a { background-color: rgb(112,183,243); }

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

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

 span { border-color: rgb(112,183,243); }

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