#71BFE0

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

Shades of Malibu #71BFE0

Tints of Malibu #71BFE0

Color information

#71BFE0 (or 0x71BFE0) is unknown color: approx Malibu. HEX triplet: 71, BF and E0. RGB value is (113,191,224). Sum of RGB (Red+Green+Blue) = 113+191+224=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #71BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BFE0 is #8E401F. Grayscale: #ABABAB. Windows color (decimal): -9322528 or 14729073. OLE color: 14729073.

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

Color convert

RGB113191224-
CMYK0.500.1500.12
HSL197.84º64.16%66.08%-
HSV(B)197.84º49.55%87.84%-
XYZ38.946.1577.38-
YUV171.44157.6686.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.40%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=21.40%
G=36.17%
B=42.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131912240.500.1500.12197.8464.1666.08
Hex71BFE032F0Cc64042
Octal1612773406217014306100102
Binary111000110111111111000001100101111011001100011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,191,224); }

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

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

 a { background-color: rgb(113,191,224); }

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

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

 span { border-color: rgb(113,191,224); }

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