#71B2DE

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

Shades of Malibu #71B2DE

Tints of Malibu #71B2DE

Color information

#71B2DE (or 0x71B2DE) is unknown color: approx Malibu. HEX triplet: 71, B2 and DE. RGB value is (113,178,222). Sum of RGB (Red+Green+Blue) = 113+178+222=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #71B2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #71B2DE is #8E4D21. Grayscale: #A3A3A3. Windows color (decimal): -9325858 or 14594673. OLE color: 14594673.

HSL color Cylindrical-coordinate representation of color #71B2DE: hue angle of 204.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71B2DE is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113178222-
CMYK0.490.2000.13
HSL204.22º62.29%65.69%-
HSV(B)204.22º49.1%87.06%-
XYZ35.9240.6375.06-
YUV163.58160.9791.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 222 (87.11% from 255) = 43.27%
R=22.03%
G=34.70%
B=43.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131782220.490.2000.13204.2262.2965.69
Hex71B2DE31140Dcc3e42
Octal161262336612401531476102
Binary111000110110010110111101100011010001101110011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,178,222); }

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

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

 a { background-color: rgb(113,178,222); }

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

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

 span { border-color: rgb(113,178,222); }

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