#5AB4F7

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

Shades of Malibu #5AB4F7

Tints of Malibu #5AB4F7

Color information

#5AB4F7 (or 0x5AB4F7) is unknown color: approx Malibu. HEX triplet: 5A, B4 and F7. RGB value is (90,180,247). Sum of RGB (Red+Green+Blue) = 90+180+247=517 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.41% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #5AB4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4F7 is #A54B08. Grayscale: #A0A0A0. Windows color (decimal): -10832649 or 16233562. OLE color: 16233562.

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

Color convert

RGB90180247-
CMYK0.640.2700.03
HSL205.61º90.75%66.08%-
HSV(B)205.61º63.56%96.86%-
XYZ37.3341.5394.04-
YUV160.73176.6877.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.41%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 247 (96.88% from 255) = 47.78%
R=17.41%
G=34.82%
B=47.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal901802470.640.2700.03205.6190.7566.08
Hex5AB4F7401B03ce5b42
Octal1322643671003303316133102
Binary101101010110100111101111000000110110111100111010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,247); }

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

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

 a { background-color: rgb(90,180,247); }

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

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

 span { border-color: rgb(90,180,247); }

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