#70B4EC

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

Shades of Malibu #70B4EC

Tints of Malibu #70B4EC

Color information

#70B4EC (or 0x70B4EC) is unknown color: approx Malibu. HEX triplet: 70, B4 and EC. RGB value is (112,180,236). Sum of RGB (Red+Green+Blue) = 112+180+236=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #70B4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B4EC is #8F4B13. Grayscale: #A5A5A5. Windows color (decimal): -9390868 or 15512688. OLE color: 15512688.

HSL color Cylindrical-coordinate representation of color #70B4EC: hue angle of 207.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70B4EC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112180236-
CMYK0.530.2400.07
HSL207.1º76.54%68.24%-
HSV(B)207.1º52.54%92.55%-
XYZ38.1442.1485.48-
YUV166.05167.4789.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.21%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 236 (92.58% from 255) = 44.70%
R=21.21%
G=34.09%
B=44.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121802360.530.2400.07207.176.5468.24
Hex70B4EC351807cf4d44
Octal160264354653007317115104
Binary111000010110100111011001101011100001111100111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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