#71B7EC

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

Shades of Malibu #71B7EC

Tints of Malibu #71B7EC

Color information

#71B7EC (or 0x71B7EC) is unknown color: approx Malibu. HEX triplet: 71, B7 and EC. RGB value is (113,183,236). Sum of RGB (Red+Green+Blue) = 113+183+236=532 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.24% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #71B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7EC is #8E4813. Grayscale: #A7A7A7. Windows color (decimal): -9324564 or 15513457. OLE color: 15513457.

HSL color Cylindrical-coordinate representation of color #71B7EC: hue angle of 205.85º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B7EC is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB113183236-
CMYK0.520.2200.07
HSL205.85º76.4%68.43%-
HSV(B)205.85º52.12%92.55%-
XYZ38.8843.4385.69-
YUV168.11166.3188.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.24%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=21.24%
G=34.40%
B=44.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1131832360.520.2200.07205.8576.468.43
Hex71B7EC341607ce4c44
Octal161267354642607316114104
Binary111000110110111111011001101001011001111100111010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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