#71BEE0

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

Shades of Malibu #71BEE0

Tints of Malibu #71BEE0

Color information

#71BEE0 (or 0x71BEE0) is unknown color: approx Malibu. HEX triplet: 71, BE and E0. RGB value is (113,190,224). Sum of RGB (Red+Green+Blue) = 113+190+224=527 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.44% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #71BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEE0 is #8E411F. Grayscale: #AAAAAA. Windows color (decimal): -9322784 or 14728817. OLE color: 14728817.

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

Color convert

RGB113190224-
CMYK0.500.1500.12
HSL198.38º64.16%66.08%-
HSV(B)198.38º49.55%87.84%-
XYZ38.6845.7277.31-
YUV170.85157.9986.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.44%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=21.44%
G=36.05%
B=42.50%

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
Decimal1131902240.500.1500.12198.3864.1666.08
Hex71BEE032F0Cc64042
Octal1612763406217014306100102
Binary111000110111110111000001100101111011001100011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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