#5AB4F2

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

Shades of Malibu #5AB4F2

Tints of Malibu #5AB4F2

Color information

#5AB4F2 (or 0x5AB4F2) is unknown color: approx Malibu. HEX triplet: 5A, B4 and F2. RGB value is (90,180,242). Sum of RGB (Red+Green+Blue) = 90+180+242=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #5AB4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4F2 is #A54B0D. Grayscale: #9F9F9F. Windows color (decimal): -10832654 or 15905882. OLE color: 15905882.

HSL color Cylindrical-coordinate representation of color #5AB4F2: hue angle of 204.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB4F2 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90180242-
CMYK0.630.2600.05
HSL204.47º85.39%65.1%-
HSV(B)204.47º62.81%94.9%-
XYZ36.5641.2390.03-
YUV160.16174.1877.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.58%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 242 (94.92% from 255) = 47.27%
R=17.58%
G=35.16%
B=47.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal901802420.630.2600.05204.4785.3965.1
Hex5AB4F23F1A05cc5541
Octal132264362773205314125101
Binary101101010110100111100101111111101001011100110010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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