Html Css Color HEX #5AB4F9 Malibu

📋 copy color: '#5AB4F9'

red 90 ◦ green 180 ◦ blue 249

#5AB4F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #5AB4F9

Tints of Malibu #5AB4F9

RGB

 RED value IS 90 (35.55% from 255) = 17.34%

 GREEN value IS 180 (70.7% from 255) = 34.68%

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 17.34%
G = 34.68%
B = 47.98%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AB4F9 (or 0x5AB4F9) is known color: Malibu. HEX triplet: 5A, B4 and F9. RGB value is (90,180,249). Sum of RGB (Red+Green+Blue) = 90+180+249=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AB4F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4F9 is #A54B06. Grayscale: #A0A0A0. Windows color (decimal): -10832647 or 16364634. OLE color: 16364634.

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

Color convert

RGB 90 180 249 -
CMYK 0.64 0.28 0 0.02
HSL 206.04º 0.93% 0.66% -
HSV(B) 206.04º 0.64% 0.98% -
XYZ 37.64 41.66 95.68 -
YUV 160.96 177.68 77.39 -
System Red Green Blue C M Y K H S L
Decimal 90 180 249 0.64 0.28 0 0.02 206.04 0.93 0.66
Hex 5A B4 F9 40 1C 0 2 CE 5D 42
Octal 132 264 371 100 34 0 2 316 135 102
Binary 1011010 10110100 11111001 1000000 11100 0 10 11001110 1011101 1000010

Color Harmonies of #5AB4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4F9

Black with #5AB4F9

Text Example


Text Example

White with #5AB4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB4F9;
 }
 .AnyTagClassName
 {
   color: #5AB4F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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