#70BDDE

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

Shades of Malibu #70BDDE

Tints of Malibu #70BDDE

Color information

#70BDDE (or 0x70BDDE) is unknown color: approx Malibu. HEX triplet: 70, BD and DE. RGB value is (112,189,222). Sum of RGB (Red+Green+Blue) = 112+189+222=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #70BDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDDE is #8F4221. Grayscale: #A9A9A9. Windows color (decimal): -9388578 or 14597488. OLE color: 14597488.

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

Color convert

RGB112189222-
CMYK0.500.1500.13
HSL198º62.5%65.49%-
HSV(B)198º49.55%87.06%-
XYZ38.0645.1175.81-
YUV169.74157.4986.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=21.41%
G=36.14%
B=42.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121892220.500.1500.1319862.565.49
Hex70BDDE32F0Dc63e41
Octal160275336621701530676101
Binary11100001011110111011110110010111101101110001101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,222); }

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

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

 a { background-color: rgb(112,189,222); }

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

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

 span { border-color: rgb(112,189,222); }

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