#70BFDF

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

Shades of Malibu #70BFDF

Tints of Malibu #70BFDF

Color information

#70BFDF (or 0x70BFDF) is unknown color: approx Malibu. HEX triplet: 70, BF and DF. RGB value is (112,191,223). Sum of RGB (Red+Green+Blue) = 112+191+223=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #70BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFDF is #8F4020. Grayscale: #AAAAAA. Windows color (decimal): -9388065 or 14663536. OLE color: 14663536.

HSL color Cylindrical-coordinate representation of color #70BFDF: hue angle of 197.3º 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 #70BFDF is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB112191223-
CMYK0.500.1400.13
HSL197.3º63.43%65.69%-
HSV(B)197.3º49.78%87.45%-
XYZ38.6346.0376.66-
YUV171.03157.3385.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=21.29%
G=36.31%
B=42.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121912230.500.1400.13197.363.4365.69
Hex70BFDF32E0Dc53f42
Octal160277337621601530577102
Binary11100001011111111011111110010111001101110001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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