#70B8EB

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

Shades of Malibu #70B8EB

Tints of Malibu #70B8EB

Color information

#70B8EB (or 0x70B8EB) is unknown color: approx Malibu. HEX triplet: 70, B8 and EB. RGB value is (112,184,235). Sum of RGB (Red+Green+Blue) = 112+184+235=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #70B8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B8EB is #8F4714. Grayscale: #A8A8A8. Windows color (decimal): -9389845 or 15448176. OLE color: 15448176.

HSL color Cylindrical-coordinate representation of color #70B8EB: hue angle of 204.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70B8EB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112184235-
CMYK0.520.2200.08
HSL204.88º75.46%68.04%-
HSV(B)204.88º52.34%92.16%-
XYZ38.8243.7284.99-
YUV168.29165.6587.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=21.09%
G=34.65%
B=44.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121842350.520.2200.08204.8875.4668.04
Hex70B8EB341608cd4b44
Octal1602703536426010315113104
Binary1110000101110001110101111010010110010001100110110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,235); }

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

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

 a { background-color: rgb(112,184,235); }

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

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

 span { border-color: rgb(112,184,235); }

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