#71B8E1

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

Shades of Malibu #71B8E1

Tints of Malibu #71B8E1

Color information

#71B8E1 (or 0x71B8E1) is unknown color: approx Malibu. HEX triplet: 71, B8 and E1. RGB value is (113,184,225). Sum of RGB (Red+Green+Blue) = 113+184+225=522 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.65% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #71B8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B8E1 is #8E471E. Grayscale: #A7A7A7. Windows color (decimal): -9324319 or 14792817. OLE color: 14792817.

HSL color Cylindrical-coordinate representation of color #71B8E1: hue angle of 201.96º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71B8E1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113184225-
CMYK0.500.1800.12
HSL201.96º65.12%66.27%-
HSV(B)201.96º49.78%88.24%-
XYZ37.5443.2377.6-
YUV167.44160.4889.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.65%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 225 (88.28% from 255) = 43.10%
R=21.65%
G=35.25%
B=43.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131842250.500.1800.12201.9665.1266.27
Hex71B8E132120Cca4142
Octal1612703416222014312101102
Binary1110001101110001110000111001010010011001100101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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