Html Css Color HEX #5ABCF1 Malibu

📋 copy color: '#5ABCF1'

red 90 ◦ green 188 ◦ blue 241

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

Shades of Malibu #5ABCF1

Tints of Malibu #5ABCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 17.34%
G = 36.22%
B = 46.44%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5ABCF1 (or 0x5ABCF1) is known color: Malibu. HEX triplet: 5A, BC and F1. RGB value is (90,188,241). Sum of RGB (Red+Green+Blue) = 90+188+241=519 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.34% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ABCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABCF1 is #A5430E. Grayscale: #A4A4A4. Windows color (decimal): -10830607 or 15842394. OLE color: 15842394.

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

Color convert

RGB 90 188 241 -
CMYK 0.63 0.22 0 0.05
HSL 201.06º 0.84% 0.65% -
HSV(B) 201.06º 0.63% 0.95% -
XYZ 38.08 44.49 89.8 -
YUV 164.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 90 188 241 0.63 0.22 0 0.05 201.06 0.84 0.65
Hex 5A BC F1 3F 16 0 5 C9 54 41
Octal 132 274 361 77 26 0 5 311 124 101
Binary 1011010 10111100 11110001 111111 10110 0 101 11001001 1010100 1000001

Color Harmonies of #5ABCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCF1

Black with #5ABCF1

Text Example


Text Example

White with #5ABCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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