Html Css Color HEX #5AB1F3 Malibu

📋 copy color: '#5AB1F3'

red 90 ◦ green 177 ◦ blue 243

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

Shades of Malibu #5AB1F3

Tints of Malibu #5AB1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.65%

R = 17.65%
G = 34.71%
B = 47.65%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5AB1F3 (or 0x5AB1F3) is known color: Malibu. HEX triplet: 5A, B1 and F3. RGB value is (90,177,243). Sum of RGB (Red+Green+Blue) = 90+177+243=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AB1F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB1F3 is #A54E0C. Grayscale: #9E9E9E. Windows color (decimal): -10833421 or 15970650. OLE color: 15970650.

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

Color convert

RGB 90 177 243 -
CMYK 0.63 0.27 0 0.05
HSL 205.88º 0.86% 0.65% -
HSV(B) 205.88º 0.63% 0.95% -
XYZ 36.12 40.09 90.63 -
YUV 158.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 90 177 243 0.63 0.27 0 0.05 205.88 0.86 0.65
Hex 5A B1 F3 3F 1B 0 5 CE 56 41
Octal 132 261 363 77 33 0 5 316 126 101
Binary 1011010 10110001 11110011 111111 11011 0 101 11001110 1010110 1000001

Color Harmonies of #5AB1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB1F3

Black with #5AB1F3

Text Example


Text Example

White with #5AB1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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