#71B8DE

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

Shades of Malibu #71B8DE

Tints of Malibu #71B8DE

Color information

#71B8DE (or 0x71B8DE) is unknown color: approx Malibu. HEX triplet: 71, B8 and DE. RGB value is (113,184,222). Sum of RGB (Red+Green+Blue) = 113+184+222=519 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.77% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #71B8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8DE is #8E4721. Grayscale: #A6A6A6. Windows color (decimal): -9324322 or 14596209. OLE color: 14596209.

HSL color Cylindrical-coordinate representation of color #71B8DE: hue angle of 200.92º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B8DE is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113184222-
CMYK0.490.1700.13
HSL200.92º62.29%65.69%-
HSV(B)200.92º49.1%87.06%-
XYZ37.1443.0775.46-
YUV167.1158.9889.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.77%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=21.77%
G=35.45%
B=42.77%

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
Decimal1131842220.490.1700.13200.9262.2965.69
Hex71B8DE31110Dc93e42
Octal161270336612101531176102
Binary111000110111000110111101100011000101101110010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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