#71B8DC

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

Shades of Malibu #71B8DC

Tints of Malibu #71B8DC

Color information

#71B8DC (or 0x71B8DC) is unknown color: approx Malibu. HEX triplet: 71, B8 and DC. RGB value is (113,184,220). Sum of RGB (Red+Green+Blue) = 113+184+220=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #71B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8DC is #8E4723. Grayscale: #A6A6A6. Windows color (decimal): -9324324 or 14465137. OLE color: 14465137.

HSL color Cylindrical-coordinate representation of color #71B8DC: hue angle of 200.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B8DC is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB113184220-
CMYK0.490.1600.14
HSL200.19º60.45%65.29%-
HSV(B)200.19º48.64%86.27%-
XYZ36.8742.9674.06-
YUV166.88157.9889.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=21.86%
G=35.59%
B=42.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131842200.490.1600.14200.1960.4565.29
Hex71B8DC31100Ec83c41
Octal161270334612001631074101
Binary111000110111000110111001100011000001110110010001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,184,220); }

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

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

 a { background-color: rgb(113,184,220); }

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

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

 span { border-color: rgb(113,184,220); }

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