#70BEDF

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

Shades of Malibu #70BEDF

Tints of Malibu #70BEDF

Color information

#70BEDF (or 0x70BEDF) is unknown color: approx Malibu. HEX triplet: 70, BE and DF. RGB value is (112,190,223). Sum of RGB (Red+Green+Blue) = 112+190+223=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #70BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEDF is #8F4120. Grayscale: #AAAAAA. Windows color (decimal): -9388321 or 14663280. OLE color: 14663280.

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

Color convert

RGB112190223-
CMYK0.500.1500.13
HSL197.84º63.43%65.69%-
HSV(B)197.84º49.78%87.45%-
XYZ38.4145.676.59-
YUV170.44157.6686.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.33%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=21.33%
G=36.19%
B=42.48%

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
Decimal1121902230.500.1500.13197.8463.4365.69
Hex70BEDF32F0Dc63f42
Octal160276337621701530677102
Binary11100001011111011011111110010111101101110001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,223); }

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

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

 a { background-color: rgb(112,190,223); }

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

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

 span { border-color: rgb(112,190,223); }

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