Html Css Color HEX #5ABCE1 Malibu

📋 copy color: '#5ABCE1'

red 90 ◦ green 188 ◦ blue 225

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

Shades of Malibu #5ABCE1

Tints of Malibu #5ABCE1

RGB

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

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

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

R = 17.89%
G = 37.38%
B = 44.73%

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

#5ABCE1 (or 0x5ABCE1) is known color: Malibu. HEX triplet: 5A, BC and E1. RGB value is (90,188,225). Sum of RGB (Red+Green+Blue) = 90+188+225=503 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.89% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #5ABCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCE1 is #A5431E. Grayscale: #A2A2A2. Windows color (decimal): -10830623 or 14793818. OLE color: 14793818.

HSL color Cylindrical-coordinate representation of color #5ABCE1: hue angle of 196.44º 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 #5ABCE1 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 188 225 -
CMYK 0.60 0.16 0 0.12
HSL 196.44º 0.69% 0.62% -
HSV(B) 196.44º 0.6% 0.88% -
XYZ 35.79 43.58 77.76 -
YUV 162.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 90 188 225 0.60 0.16 0 0.12 196.44 0.69 0.62
Hex 5A BC E1 3C 10 0 C C4 45 3E
Octal 132 274 341 74 20 0 14 304 105 76
Binary 1011010 10111100 11100001 111100 10000 0 1100 11000100 1000101 111110

Color Harmonies of #5ABCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCE1

Black with #5ABCE1

Text Example


Text Example

White with #5ABCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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