Html Css Color HEX #5ABEF5 Malibu

📋 copy color: '#5ABEF5'

red 90 ◦ green 190 ◦ blue 245

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

Shades of Malibu #5ABEF5

Tints of Malibu #5ABEF5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.19%

 BLUE value IS 245 (96.09% from 255) = 46.67%

R = 17.14%
G = 36.19%
B = 46.67%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5ABEF5 (or 0x5ABEF5) is known color: Malibu. HEX triplet: 5A, BE and F5. RGB value is (90,190,245). Sum of RGB (Red+Green+Blue) = 90+190+245=525 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.14% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #5ABEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABEF5 is #A5410A. Grayscale: #A6A6A6. Windows color (decimal): -10830091 or 16105050. OLE color: 16105050.

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

Color convert

RGB 90 190 245 -
CMYK 0.63 0.22 0 0.04
HSL 201.29º 0.89% 0.66% -
HSV(B) 201.29º 0.63% 0.96% -
XYZ 39.11 45.59 93.13 -
YUV 166.37 172.37 73.53 -
System Red Green Blue C M Y K H S L
Decimal 90 190 245 0.63 0.22 0 0.04 201.29 0.89 0.66
Hex 5A BE F5 3F 16 0 4 C9 59 42
Octal 132 276 365 77 26 0 4 311 131 102
Binary 1011010 10111110 11110101 111111 10110 0 100 11001001 1011001 1000010

Color Harmonies of #5ABEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEF5

Black with #5ABEF5

Text Example


Text Example

White with #5ABEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,245); }

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

background-color css

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

 a { background-color: rgb(90,190,245); }

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

border-color css

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

 span { border-color: rgb(90,190,245); }

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