Html Css Color HEX #5ABEE1 Malibu

📋 copy color: '#5ABEE1'

red 90 ◦ green 190 ◦ blue 225

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

Shades of Malibu #5ABEE1

Tints of Malibu #5ABEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.55%

R = 17.82%
G = 37.62%
B = 44.55%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5ABEE1 (or 0x5ABEE1) is known color: Malibu. HEX triplet: 5A, BE and E1. RGB value is (90,190,225). Sum of RGB (Red+Green+Blue) = 90+190+225=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #5ABEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEE1 is #A5411E. Grayscale: #A3A3A3. Windows color (decimal): -10830111 or 14794330. OLE color: 14794330.

HSL color Cylindrical-coordinate representation of color #5ABEE1: hue angle of 195.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABEE1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 190 225 -
CMYK 0.60 0.16 0 0.12
HSL 195.56º 0.69% 0.62% -
HSV(B) 195.56º 0.6% 0.88% -
XYZ 36.22 44.44 77.9 -
YUV 164.09 162.37 75.15 -
System Red Green Blue C M Y K H S L
Decimal 90 190 225 0.60 0.16 0 0.12 195.56 0.69 0.62
Hex 5A BE E1 3C 10 0 C C4 45 3E
Octal 132 276 341 74 20 0 14 304 105 76
Binary 1011010 10111110 11100001 111100 10000 0 1100 11000100 1000101 111110

Color Harmonies of #5ABEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEE1

Black with #5ABEE1

Text Example


Text Example

White with #5ABEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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