#71BAE1

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

Shades of Malibu #71BAE1

Tints of Malibu #71BAE1

Color information

#71BAE1 (or 0x71BAE1) is unknown color: approx Malibu. HEX triplet: 71, BA and E1. RGB value is (113,186,225). Sum of RGB (Red+Green+Blue) = 113+186+225=524 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.56% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #71BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BAE1 is #8E451E. Grayscale: #A8A8A8. Windows color (decimal): -9323807 or 14793329. OLE color: 14793329.

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

Color convert

RGB113186225-
CMYK0.500.1700.12
HSL200.89º65.12%66.27%-
HSV(B)200.89º49.78%88.24%-
XYZ37.9644.0677.74-
YUV168.62159.8288.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.56%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=21.56%
G=35.50%
B=42.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131862250.500.1700.12200.8965.1266.27
Hex71BAE132110Cc94142
Octal1612723416221014311101102
Binary1110001101110101110000111001010001011001100100110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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