Html Css Color HEX #5AB1F9 Malibu

📋 copy color: '#5AB1F9'

red 90 ◦ green 177 ◦ blue 249

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

Shades of Malibu #5AB1F9

Tints of Malibu #5AB1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.3%

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

R = 17.44%
G = 34.3%
B = 48.26%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AB1F9 (or 0x5AB1F9) is known color: Malibu. HEX triplet: 5A, B1 and F9. RGB value is (90,177,249). Sum of RGB (Red+Green+Blue) = 90+177+249=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AB1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1F9 is #A54E06. Grayscale: #9E9E9E. Windows color (decimal): -10833415 or 16363866. OLE color: 16363866.

HSL color Cylindrical-coordinate representation of color #5AB1F9: hue angle of 207.17º 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 #5AB1F9 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 177 249 -
CMYK 0.64 0.29 0 0.02
HSL 207.17º 0.93% 0.66% -
HSV(B) 207.17º 0.64% 0.98% -
XYZ 37.04 40.46 95.48 -
YUV 159.2 178.68 78.65 -
System Red Green Blue C M Y K H S L
Decimal 90 177 249 0.64 0.29 0 0.02 207.17 0.93 0.66
Hex 5A B1 F9 40 1D 0 2 CF 5D 42
Octal 132 261 371 100 35 0 2 317 135 102
Binary 1011010 10110001 11111001 1000000 11101 0 10 11001111 1011101 1000010

Color Harmonies of #5AB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1F9

Black with #5AB1F9

Text Example


Text Example

White with #5AB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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