#71BCEA

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

Shades of Malibu #71BCEA

Tints of Malibu #71BCEA

Color information

#71BCEA (or 0x71BCEA) is unknown color: approx Malibu. HEX triplet: 71, BC and EA. RGB value is (113,188,234). Sum of RGB (Red+Green+Blue) = 113+188+234=535 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.12% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #71BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71BCEA is #8E4315. Grayscale: #AAAAAA. Windows color (decimal): -9323286 or 15383665. OLE color: 15383665.

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

Color convert

RGB113188234-
CMYK0.520.2000.08
HSL202.81º74.23%68.04%-
HSV(B)202.81º51.71%91.76%-
XYZ39.6445.4284.52-
YUV170.82163.6586.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.12%
GREEN value IS 188 (73.83% from 255) = 35.14%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=21.12%
G=35.14%
B=43.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131882340.520.2000.08202.8174.2368.04
Hex71BCEA341408cb4a44
Octal1612743526424010313112104
Binary1110001101111001110101011010010100010001100101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,234); }

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

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

 a { background-color: rgb(113,188,234); }

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

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

 span { border-color: rgb(113,188,234); }

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