Html Css Color HEX #5ABDF4 Malibu

📋 copy color: '#5ABDF4'

red 90 ◦ green 189 ◦ blue 244

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

Shades of Malibu #5ABDF4

Tints of Malibu #5ABDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.65%

R = 17.21%
G = 36.14%
B = 46.65%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ABDF4 (or 0x5ABDF4) is known color: Malibu. HEX triplet: 5A, BD and F4. RGB value is (90,189,244). Sum of RGB (Red+Green+Blue) = 90+189+244=523 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.21% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #5ABDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABDF4 is #A5420B. Grayscale: #A5A5A5. Windows color (decimal): -10830348 or 16039258. OLE color: 16039258.

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

Color convert

RGB 90 189 244 -
CMYK 0.63 0.23 0 0.04
HSL 201.43º 0.88% 0.65% -
HSV(B) 201.43º 0.63% 0.96% -
XYZ 38.74 45.1 92.25 -
YUV 165.67 172.2 74.03 -
System Red Green Blue C M Y K H S L
Decimal 90 189 244 0.63 0.23 0 0.04 201.43 0.88 0.65
Hex 5A BD F4 3F 17 0 4 C9 58 41
Octal 132 275 364 77 27 0 4 311 130 101
Binary 1011010 10111101 11110100 111111 10111 0 100 11001001 1011000 1000001

Color Harmonies of #5ABDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDF4

Black with #5ABDF4

Text Example


Text Example

White with #5ABDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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