#70B2F0

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

Shades of Maya Blue #70B2F0

Tints of Maya Blue #70B2F0

Color information

#70B2F0 (or 0x70B2F0) is unknown color: approx Maya Blue. HEX triplet: 70, B2 and F0. RGB value is (112,178,240). Sum of RGB (Red+Green+Blue) = 112+178+240=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #70B2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70B2F0 is #8F4D0F. Grayscale: #A5A5A5. Windows color (decimal): -9391376 or 15774320. OLE color: 15774320.

HSL color Cylindrical-coordinate representation of color #70B2F0: hue angle of 209.06º degrees, saturation: 0.81, 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 #70B2F0 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112178240-
CMYK0.530.2600.06
HSL209.06º81.01%69.02%-
HSV(B)209.06º53.33%94.12%-
XYZ38.3341.5888.44-
YUV165.33170.1389.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 178 (69.92% from 255) = 33.58%
BLUE value IS 240 (94.14% from 255) = 45.28%
R=21.13%
G=33.58%
B=45.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121782400.530.2600.06209.0681.0169.02
Hex70B2F0351A06d15145
Octal160262360653206321121105
Binary111000010110010111100001101011101001101101000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,240); }

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

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

 a { background-color: rgb(112,178,240); }

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

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

 span { border-color: rgb(112,178,240); }

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