Html Css Color HEX #5AB1F0 Malibu

📋 copy color: '#5AB1F0'

red 90 ◦ green 177 ◦ blue 240

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

Shades of Malibu #5AB1F0

Tints of Malibu #5AB1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 17.75%
G = 34.91%
B = 47.34%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5AB1F0 (or 0x5AB1F0) is known color: Malibu. HEX triplet: 5A, B1 and F0. RGB value is (90,177,240). Sum of RGB (Red+Green+Blue) = 90+177+240=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #5AB1F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1F0 is #A54E0F. Grayscale: #9D9D9D. Windows color (decimal): -10833424 or 15774042. OLE color: 15774042.

HSL color Cylindrical-coordinate representation of color #5AB1F0: hue angle of 205.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AB1F0 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 177 240 -
CMYK 0.62 0.26 0 0.06
HSL 205.2º 0.83% 0.65% -
HSV(B) 205.2º 0.63% 0.94% -
XYZ 35.67 39.91 88.26 -
YUV 158.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 90 177 240 0.62 0.26 0 0.06 205.2 0.83 0.65
Hex 5A B1 F0 3E 1A 0 6 CD 53 41
Octal 132 261 360 76 32 0 6 315 123 101
Binary 1011010 10110001 11110000 111110 11010 0 110 11001101 1010011 1000001

Color Harmonies of #5AB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1F0

Black with #5AB1F0

Text Example


Text Example

White with #5AB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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