Html Css Color HEX #5AB4F3 Malibu

📋 copy color: '#5AB4F3'

red 90 ◦ green 180 ◦ blue 243

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

Shades of Malibu #5AB4F3

Tints of Malibu #5AB4F3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.09%

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

R = 17.54%
G = 35.09%
B = 47.37%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5AB4F3 (or 0x5AB4F3) is known color: Malibu. HEX triplet: 5A, B4 and F3. RGB value is (90,180,243). Sum of RGB (Red+Green+Blue) = 90+180+243=513 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.54% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AB4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB4F3 is #A54B0C. Grayscale: #9F9F9F. Windows color (decimal): -10832653 or 15971418. OLE color: 15971418.

HSL color Cylindrical-coordinate representation of color #5AB4F3: hue angle of 204.71º 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 #5AB4F3 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 90 180 243 -
CMYK 0.63 0.26 0 0.05
HSL 204.71º 0.86% 0.65% -
HSV(B) 204.71º 0.63% 0.95% -
XYZ 36.72 41.29 90.83 -
YUV 160.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 90 180 243 0.63 0.26 0 0.05 204.71 0.86 0.65
Hex 5A B4 F3 3F 1A 0 5 CD 56 41
Octal 132 264 363 77 32 0 5 315 126 101
Binary 1011010 10110100 11110011 111111 11010 0 101 11001101 1010110 1000001

Color Harmonies of #5AB4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB4F3

Black with #5AB4F3

Text Example


Text Example

White with #5AB4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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