#70B9DD

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

Shades of Malibu #70B9DD

Tints of Malibu #70B9DD

Color information

#70B9DD (or 0x70B9DD) is unknown color: approx Malibu. HEX triplet: 70, B9 and DD. RGB value is (112,185,221). Sum of RGB (Red+Green+Blue) = 112+185+221=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #70B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B9DD is #8F4622. Grayscale: #A7A7A7. Windows color (decimal): -9389603 or 14530928. OLE color: 14530928.

HSL color Cylindrical-coordinate representation of color #70B9DD: hue angle of 199.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B9DD is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112185221-
CMYK0.490.1600.13
HSL199.82º61.58%65.29%-
HSV(B)199.82º49.32%86.67%-
XYZ37.0843.3674.82-
YUV167.28158.3288.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.62%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=21.62%
G=35.71%
B=42.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121852210.490.1600.13199.8261.5865.29
Hex70B9DD31100Dc83e41
Octal160271335612001531076101
Binary111000010111001110111011100011000001101110010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,185,221); }

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

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

 a { background-color: rgb(112,185,221); }

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

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

 span { border-color: rgb(112,185,221); }

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