#71B1DD

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

Shades of Malibu #71B1DD

Tints of Malibu #71B1DD

Color information

#71B1DD (or 0x71B1DD) is unknown color: approx Malibu. HEX triplet: 71, B1 and DD. RGB value is (113,177,221). Sum of RGB (Red+Green+Blue) = 113+177+221=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #71B1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B1DD is #8E4E22. Grayscale: #A2A2A2. Windows color (decimal): -9326115 or 14528881. OLE color: 14528881.

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

Color convert

RGB113177221-
CMYK0.490.2000.13
HSL204.44º61.36%65.49%-
HSV(B)204.44º48.87%86.67%-
XYZ35.5840.1874.29-
YUV162.88160.892.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.11%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=22.11%
G=34.64%
B=43.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131772210.490.2000.13204.4461.3665.49
Hex71B1DD31140Dcc3d41
Octal161261335612401531475101
Binary111000110110001110111011100011010001101110011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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