#70BEF2

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

Shades of Maya Blue #70BEF2

Tints of Maya Blue #70BEF2

Color information

#70BEF2 (or 0x70BEF2) is unknown color: approx Maya Blue. HEX triplet: 70, BE and F2. RGB value is (112,190,242). Sum of RGB (Red+Green+Blue) = 112+190+242=544 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.59% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #70BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BEF2 is #8F410D. Grayscale: #ACACAC. Windows color (decimal): -9388302 or 15908464. OLE color: 15908464.

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

Color convert

RGB112190242-
CMYK0.540.2100.05
HSL204º83.33%69.41%-
HSV(B)204º53.72%94.9%-
XYZ41.1246.6890.85-
YUV172.61167.1684.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.59%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=20.59%
G=34.93%
B=44.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121902420.540.2100.0520483.3369.41
Hex70BEF2361505cc5345
Octal160276362662505314123105
Binary111000010111110111100101101101010101011100110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,242); }

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

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

 a { background-color: rgb(112,190,242); }

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

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

 span { border-color: rgb(112,190,242); }

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