#71b5e0

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

Shades of Malibu #71B5E0

Tints of Malibu #71B5E0

Color information

#71B5E0 (or 0x71B5E0) is unknown color: approx Malibu. HEX triplet: 71, B5 and E0. RGB value is (113,181,224). Sum of RGB (Red+Green+Blue) = 113+181+224=518 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.81% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #71B5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B5E0 is #8E4A1F. Grayscale: #A5A5A5. Windows color (decimal): -9325088 or 14726513. OLE color: 14726513.

HSL color Cylindrical-coordinate representation of color #71B5E0: hue angle of 203.24º degrees, saturation: 0.64, 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 #71B5E0 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113181224-
CMYK0.500.1900.12
HSL203.24º64.16%66.08%-
HSV(B)203.24º49.55%87.84%-
XYZ36.7941.9476.68-
YUV165.57160.9790.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.81%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=21.81%
G=34.94%
B=43.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131812240.500.1900.12203.2464.1666.08
Hex71B5E032130Ccb4042
Octal1612653406223014313100102
Binary1110001101101011110000011001010011011001100101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b5e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,181,224); }

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

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

 a { background-color: rgb(113,181,224); }

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

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

 span { border-color: rgb(113,181,224); }

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