#70B1D9

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

Shades of Malibu #70B1D9

Tints of Malibu #70B1D9

Color information

#70B1D9 (or 0x70B1D9) is unknown color: approx Malibu. HEX triplet: 70, B1 and D9. RGB value is (112,177,217). Sum of RGB (Red+Green+Blue) = 112+177+217=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #70B1D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70B1D9 is #8F4E26. Grayscale: #A1A1A1. Windows color (decimal): -9391655 or 14266736. OLE color: 14266736.

HSL color Cylindrical-coordinate representation of color #70B1D9: hue angle of 202.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B1D9 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112177217-
CMYK0.480.1800.15
HSL202.86º58.01%64.51%-
HSV(B)202.86º48.39%85.1%-
XYZ34.9339.971.51-
YUV162.12158.9792.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 177 (69.53% from 255) = 34.98%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=22.13%
G=34.98%
B=42.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121772170.480.1800.15202.8658.0164.51
Hex70B1D930120Fcb3a41
Octal160261331602201731372101
Binary111000010110001110110011100001001001111110010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,217); }

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

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

 a { background-color: rgb(112,177,217); }

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

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

 span { border-color: rgb(112,177,217); }

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