Html Css Color HEX #5AB3F3 Malibu

📋 copy color: '#5AB3F3'

red 90 ◦ green 179 ◦ blue 243

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

Shades of Malibu #5AB3F3

Tints of Malibu #5AB3F3

RGB

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

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

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

R = 17.58%
G = 34.96%
B = 47.46%

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

#5AB3F3 (or 0x5AB3F3) is known color: Malibu. HEX triplet: 5A, B3 and F3. RGB value is (90,179,243). Sum of RGB (Red+Green+Blue) = 90+179+243=512 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.58% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #5AB3F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AB3F3 is #A54C0C. Grayscale: #9F9F9F. Windows color (decimal): -10832909 or 15971162. OLE color: 15971162.

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

Color convert

RGB 90 179 243 -
CMYK 0.63 0.26 0 0.05
HSL 205.1º 0.86% 0.65% -
HSV(B) 205.1º 0.63% 0.95% -
XYZ 36.51 40.88 90.76 -
YUV 159.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 90 179 243 0.63 0.26 0 0.05 205.1 0.86 0.65
Hex 5A B3 F3 3F 1A 0 5 CD 56 41
Octal 132 263 363 77 32 0 5 315 126 101
Binary 1011010 10110011 11110011 111111 11010 0 101 11001101 1010110 1000001

Color Harmonies of #5AB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB3F3

Black with #5AB3F3

Text Example


Text Example

White with #5AB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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