#5AB3F2

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

Shades of Malibu #5AB3F2

Tints of Malibu #5AB3F2

Color information

#5AB3F2 (or 0x5AB3F2) is unknown color: approx Malibu. HEX triplet: 5A, B3 and F2. RGB value is (90,179,242). Sum of RGB (Red+Green+Blue) = 90+179+242=511 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.61% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #5AB3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3F2 is #A54C0D. Grayscale: #9F9F9F. Windows color (decimal): -10832910 or 15905626. OLE color: 15905626.

HSL color Cylindrical-coordinate representation of color #5AB3F2: hue angle of 204.87º 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 #5AB3F2 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB90179242-
CMYK0.630.2600.05
HSL204.87º85.39%65.1%-
HSV(B)204.87º62.81%94.9%-
XYZ36.3640.8289.97-
YUV159.57174.5178.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.61%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=17.61%
G=35.03%
B=47.36%

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
Decimal901792420.630.2600.05204.8785.3965.1
Hex5AB3F23F1A05cd5541
Octal132263362773205315125101
Binary101101010110011111100101111111101001011100110110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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