#71B7DD

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

Shades of Malibu #71B7DD

Tints of Malibu #71B7DD

Color information

#71B7DD (or 0x71B7DD) is unknown color: approx Malibu. HEX triplet: 71, B7 and DD. RGB value is (113,183,221). Sum of RGB (Red+Green+Blue) = 113+183+221=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B7DD is #8E4822. Grayscale: #A6A6A6. Windows color (decimal): -9324579 or 14530417. OLE color: 14530417.

HSL color Cylindrical-coordinate representation of color #71B7DD: hue angle of 201.11º degrees, saturation: 0.61, 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 #71B7DD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113183221-
CMYK0.490.1700.13
HSL201.11º61.36%65.49%-
HSV(B)201.11º48.87%86.67%-
XYZ36.7942.674.69-
YUV166.4158.8189.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 183 (71.88% from 255) = 35.40%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=21.86%
G=35.40%
B=42.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131832210.490.1700.13201.1161.3665.49
Hex71B7DD31110Dc93d41
Octal161267335612101531175101
Binary111000110110111110111011100011000101101110010011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B7DD; }

 p { color: rgb(113,183,221); }

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

<style>
 a { background-color: #71B7DD; }

 a { background-color: rgb(113,183,221); }

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

<style>
 span { border-color: #71B7DD; }

 span { border-color: rgb(113,183,221); }

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