Html Css Color HEX #5AB3F4 Malibu

📋 copy color: '#5AB3F4'

red 90 ◦ green 179 ◦ blue 244

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

Shades of Malibu #5AB3F4

Tints of Malibu #5AB3F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.56%

R = 17.54%
G = 34.89%
B = 47.56%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5AB3F4 (or 0x5AB3F4) is known color: Malibu. HEX triplet: 5A, B3 and F4. RGB value is (90,179,244). Sum of RGB (Red+Green+Blue) = 90+179+244=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AB3F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3F4 is #A54C0B. Grayscale: #9F9F9F. Windows color (decimal): -10832908 or 16036698. OLE color: 16036698.

HSL color Cylindrical-coordinate representation of color #5AB3F4: hue angle of 205.32º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AB3F4 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 179 244 -
CMYK 0.63 0.27 0 0.04
HSL 205.32º 0.88% 0.65% -
HSV(B) 205.32º 0.63% 0.96% -
XYZ 36.67 40.95 91.56 -
YUV 159.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 90 179 244 0.63 0.27 0 0.04 205.32 0.88 0.65
Hex 5A B3 F4 3F 1B 0 4 CD 58 41
Octal 132 263 364 77 33 0 4 315 130 101
Binary 1011010 10110011 11110100 111111 11011 0 100 11001101 1011000 1000001

Color Harmonies of #5AB3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB3F4

Black with #5AB3F4

Text Example


Text Example

White with #5AB3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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