#5AB0FA

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

Shades of Malibu #5AB0FA

Tints of Malibu #5AB0FA

Color information

#5AB0FA (or 0x5AB0FA) is unknown color: approx Malibu. HEX triplet: 5A, B0 and FA. RGB value is (90,176,250). Sum of RGB (Red+Green+Blue) = 90+176+250=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #5AB0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB0FA is #A54F05. Grayscale: #9E9E9E. Windows color (decimal): -10833670 or 16429146. OLE color: 16429146.

HSL color Cylindrical-coordinate representation of color #5AB0FA: hue angle of 207.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB0FA is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB90176250-
CMYK0.640.3000.02
HSL207.75º94.12%66.67%-
HSV(B)207.75º64%98.04%-
XYZ3740.1396.24-
YUV158.72179.5178.98-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 17.44%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=17.44%
G=34.11%
B=48.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal901762500.640.3000.02207.7594.1266.67
Hex5AB0FA401E02d05e43
Octal1322603721003602320136103
Binary101101010110000111110101000000111100101101000010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,250); }

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

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

 a { background-color: rgb(90,176,250); }

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

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

 span { border-color: rgb(90,176,250); }

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