#71B7EB

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

Shades of Malibu #71B7EB

Tints of Malibu #71B7EB

Color information

#71B7EB (or 0x71B7EB) is unknown color: approx Malibu. HEX triplet: 71, B7 and EB. RGB value is (113,183,235). Sum of RGB (Red+Green+Blue) = 113+183+235=531 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.28% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #71B7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B7EB is #8E4814. Grayscale: #A7A7A7. Windows color (decimal): -9324565 or 15447921. OLE color: 15447921.

HSL color Cylindrical-coordinate representation of color #71B7EB: hue angle of 205.57º degrees, saturation: 0.75, 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 #71B7EB is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113183235-
CMYK0.520.2200.08
HSL205.57º75.31%68.24%-
HSV(B)205.57º51.91%92.16%-
XYZ38.7443.3884.93-
YUV168165.8188.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.28%
GREEN value IS 183 (71.88% from 255) = 34.46%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=21.28%
G=34.46%
B=44.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131832350.520.2200.08205.5775.3168.24
Hex71B7EB341608ce4b44
Octal1612673536426010316113104
Binary1110001101101111110101111010010110010001100111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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