#70B4E0

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

Shades of Malibu #70B4E0

Tints of Malibu #70B4E0

Color information

#70B4E0 (or 0x70B4E0) is unknown color: approx Malibu. HEX triplet: 70, B4 and E0. RGB value is (112,180,224). Sum of RGB (Red+Green+Blue) = 112+180+224=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #70B4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B4E0 is #8F4B1F. Grayscale: #A4A4A4. Windows color (decimal): -9390880 or 14726256. OLE color: 14726256.

HSL color Cylindrical-coordinate representation of color #70B4E0: hue angle of 203.57º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70B4E0 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112180224-
CMYK0.500.2000.12
HSL203.57º64.37%65.88%-
HSV(B)203.57º50%87.84%-
XYZ36.4641.4776.6-
YUV164.68161.4790.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=21.71%
G=34.88%
B=43.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121802240.500.2000.12203.5764.3765.88
Hex70B4E032140Ccc4042
Octal1602643406224014314100102
Binary1110000101101001110000011001010100011001100110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,224); }

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

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

 a { background-color: rgb(112,180,224); }

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

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

 span { border-color: rgb(112,180,224); }

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