Html Css Color HEX #5AB3F9 Malibu

📋 copy color: '#5AB3F9'

red 90 ◦ green 179 ◦ blue 249

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

Shades of Malibu #5AB3F9

Tints of Malibu #5AB3F9

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 17.37%
G = 34.56%
B = 48.07%

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

#5AB3F9 (or 0x5AB3F9) is known color: Malibu. HEX triplet: 5A, B3 and F9. RGB value is (90,179,249). Sum of RGB (Red+Green+Blue) = 90+179+249=518 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.37% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AB3F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3F9 is #A54C06. Grayscale: #A0A0A0. Windows color (decimal): -10832903 or 16364378. OLE color: 16364378.

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

Color convert

RGB 90 179 249 -
CMYK 0.64 0.28 0 0.02
HSL 206.42º 0.93% 0.66% -
HSV(B) 206.42º 0.64% 0.98% -
XYZ 37.44 41.25 95.61 -
YUV 160.37 178.01 77.81 -
System Red Green Blue C M Y K H S L
Decimal 90 179 249 0.64 0.28 0 0.02 206.42 0.93 0.66
Hex 5A B3 F9 40 1C 0 2 CE 5D 42
Octal 132 263 371 100 34 0 2 316 135 102
Binary 1011010 10110011 11111001 1000000 11100 0 10 11001110 1011101 1000010

Color Harmonies of #5AB3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB3F9

Black with #5AB3F9

Text Example


Text Example

White with #5AB3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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