#71B7E1

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

Shades of Malibu #71B7E1

Tints of Malibu #71B7E1

Color information

#71B7E1 (or 0x71B7E1) is unknown color: approx Malibu. HEX triplet: 71, B7 and E1. RGB value is (113,183,225). Sum of RGB (Red+Green+Blue) = 113+183+225=521 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.69% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #71B7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B7E1 is #8E481E. Grayscale: #A6A6A6. Windows color (decimal): -9324575 or 14792561. OLE color: 14792561.

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

Color convert

RGB113183225-
CMYK0.500.1900.12
HSL202.5º65.12%66.27%-
HSV(B)202.5º49.78%88.24%-
XYZ37.3342.8177.53-
YUV166.86160.8189.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.69%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=21.69%
G=35.12%
B=43.19%

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
Decimal1131832250.500.1900.12202.565.1266.27
Hex71B7E132130Cca4142
Octal1612673416223014312101102
Binary1110001101101111110000111001010011011001100101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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