#71b9db

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

Shades of Malibu #71B9DB

Tints of Malibu #71B9DB

Color information

#71B9DB (or 0x71B9DB) is unknown color: approx Malibu. HEX triplet: 71, B9 and DB. RGB value is (113,185,219). Sum of RGB (Red+Green+Blue) = 113+185+219=517 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.86% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #71B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B9DB is #8E4624. Grayscale: #A7A7A7. Windows color (decimal): -9324069 or 14399857. OLE color: 14399857.

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

Color convert

RGB113185219-
CMYK0.480.1600.14
HSL199.25º59.55%65.1%-
HSV(B)199.25º48.4%85.88%-
XYZ36.9543.3273.43-
YUV167.35157.1589.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.86%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=21.86%
G=35.78%
B=42.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131852190.480.1600.14199.2559.5565.1
Hex71B9DB30100Ec73c41
Octal161271333602001630774101
Binary111000110111001110110111100001000001110110001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b9db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,219); }

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

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

 a { background-color: rgb(113,185,219); }

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

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

 span { border-color: rgb(113,185,219); }

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