#5CABE9

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

Shades of Malibu #5CABE9

Tints of Malibu #5CABE9

Color information

#5CABE9 (or 0x5CABE9) is unknown color: approx Malibu. HEX triplet: 5C, AB and E9. RGB value is (92,171,233). Sum of RGB (Red+Green+Blue) = 92+171+233=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 233 - color contains mainly: blue. Hex color #5CABE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABE9 is #A35416. Grayscale: #9A9A9A. Windows color (decimal): -10703895 or 15313756. OLE color: 15313756.

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

Color convert

RGB92171233-
CMYK0.610.2700.09
HSL206.38º76.22%63.73%-
HSV(B)206.38º60.52%91.37%-
XYZ33.6837.2882.51-
YUV154.45172.3383.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.55%
GREEN value IS 171 (67.19% from 255) = 34.48%
BLUE value IS 233 (91.41% from 255) = 46.98%
R=18.55%
G=34.48%
B=46.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal921712330.610.2700.09206.3876.2263.73
Hex5CABE93D1B09ce4c40
Octal1342533517533011316114100
Binary1011100101010111110100111110111011010011100111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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