#71b5ea

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

Shades of Malibu #71B5EA

Tints of Malibu #71B5EA

Color information

#71B5EA (or 0x71B5EA) is unknown color: approx Malibu. HEX triplet: 71, B5 and EA. RGB value is (113,181,234). Sum of RGB (Red+Green+Blue) = 113+181+234=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #71B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B5EA is #8E4A15. Grayscale: #A6A6A6. Windows color (decimal): -9325078 or 15381873. OLE color: 15381873.

HSL color Cylindrical-coordinate representation of color #71B5EA: hue angle of 206.28º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B5EA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113181234-
CMYK0.520.2300.08
HSL206.28º74.23%68.04%-
HSV(B)206.28º51.71%91.76%-
XYZ38.1942.584.03-
YUV166.71165.9789.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 234 (91.80% from 255) = 44.32%
R=21.40%
G=34.28%
B=44.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131812340.520.2300.08206.2874.2368.04
Hex71B5EA341708ce4a44
Octal1612653526427010316112104
Binary1110001101101011110101011010010111010001100111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b5ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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