Html Css Color HEX #5ABCF6 Malibu

📋 copy color: '#5ABCF6'

red 90 ◦ green 188 ◦ blue 246

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

Shades of Malibu #5ABCF6

Tints of Malibu #5ABCF6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 246 (96.48% from 255) = 46.95%

R = 17.18%
G = 35.88%
B = 46.95%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ABCF6 (or 0x5ABCF6) is known color: Malibu. HEX triplet: 5A, BC and F6. RGB value is (90,188,246). Sum of RGB (Red+Green+Blue) = 90+188+246=524 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.18% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ABCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCF6 is #A54309. Grayscale: #A4A4A4. Windows color (decimal): -10830602 or 16170074. OLE color: 16170074.

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

Color convert

RGB 90 188 246 -
CMYK 0.63 0.24 0 0.04
HSL 202.31º 0.9% 0.66% -
HSV(B) 202.31º 0.63% 0.96% -
XYZ 38.83 44.79 93.79 -
YUV 165.31 173.53 74.28 -
System Red Green Blue C M Y K H S L
Decimal 90 188 246 0.63 0.24 0 0.04 202.31 0.9 0.66
Hex 5A BC F6 3F 18 0 4 CA 5A 42
Octal 132 274 366 77 30 0 4 312 132 102
Binary 1011010 10111100 11110110 111111 11000 0 100 11001010 1011010 1000010

Color Harmonies of #5ABCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCF6

Black with #5ABCF6

Text Example


Text Example

White with #5ABCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,246); }

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

background-color css

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

 a { background-color: rgb(90,188,246); }

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

border-color css

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

 span { border-color: rgb(90,188,246); }

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