Html Css Color HEX #5ABDF1 Malibu

📋 copy color: '#5ABDF1'

red 90 ◦ green 189 ◦ blue 241

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

Shades of Malibu #5ABDF1

Tints of Malibu #5ABDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 17.31%
G = 36.35%
B = 46.35%

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

#5ABDF1 (or 0x5ABDF1) is known color: Malibu. HEX triplet: 5A, BD and F1. RGB value is (90,189,241). Sum of RGB (Red+Green+Blue) = 90+189+241=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #5ABDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF1 is #A5420E. Grayscale: #A5A5A5. Windows color (decimal): -10830351 or 15842650. OLE color: 15842650.

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

Color convert

RGB 90 189 241 -
CMYK 0.63 0.22 0 0.05
HSL 200.66º 0.84% 0.65% -
HSV(B) 200.66º 0.63% 0.95% -
XYZ 38.29 44.92 89.87 -
YUV 165.33 170.7 74.27 -
System Red Green Blue C M Y K H S L
Decimal 90 189 241 0.63 0.22 0 0.05 200.66 0.84 0.65
Hex 5A BD F1 3F 16 0 5 C9 54 41
Octal 132 275 361 77 26 0 5 311 124 101
Binary 1011010 10111101 11110001 111111 10110 0 101 11001001 1010100 1000001

Color Harmonies of #5ABDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDF1

Black with #5ABDF1

Text Example


Text Example

White with #5ABDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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