#5CABEA

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

Shades of Malibu #5CABEA

Tints of Malibu #5CABEA

Color information

#5CABEA (or 0x5CABEA) is unknown color: approx Malibu. HEX triplet: 5C, AB and EA. RGB value is (92,171,234). Sum of RGB (Red+Green+Blue) = 92+171+234=497 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.51% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABEA is #A35415. Grayscale: #9A9A9A. Windows color (decimal): -10703894 or 15379292. OLE color: 15379292.

HSL color Cylindrical-coordinate representation of color #5CABEA: hue angle of 206.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CABEA is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92171234-
CMYK0.610.2700.08
HSL206.62º77.17%63.92%-
HSV(B)206.62º60.68%91.76%-
XYZ33.8337.3483.27-
YUV154.56172.8383.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.51%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=18.51%
G=34.41%
B=47.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921712340.610.2700.08206.6277.1763.92
Hex5CABEA3D1B08cf4d40
Octal1342533527533010317115100
Binary1011100101010111110101011110111011010001100111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CABEA; }

 p { color: rgb(92,171,234); }

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

<style>
 a { background-color: #5CABEA; }

 a { background-color: rgb(92,171,234); }

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

<style>
 span { border-color: #5CABEA; }

 span { border-color: rgb(92,171,234); }

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