Html Css Color HEX #5ABCDE Malibu

📋 copy color: '#5ABCDE'

red 90 ◦ green 188 ◦ blue 222

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

Shades of Malibu #5ABCDE

Tints of Malibu #5ABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 18%
G = 37.6%
B = 44.4%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5ABCDE (or 0x5ABCDE) is known color: Malibu. HEX triplet: 5A, BC and DE. RGB value is (90,188,222). Sum of RGB (Red+Green+Blue) = 90+188+222=500 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ABCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCDE is #A54321. Grayscale: #A2A2A2. Windows color (decimal): -10830626 or 14597210. OLE color: 14597210.

HSL color Cylindrical-coordinate representation of color #5ABCDE: hue angle of 195.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABCDE is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 188 222 -
CMYK 0.59 0.15 0 0.13
HSL 195.45º 0.67% 0.61% -
HSV(B) 195.45º 0.59% 0.87% -
XYZ 35.38 43.41 75.62 -
YUV 162.57 161.53 76.24 -
System Red Green Blue C M Y K H S L
Decimal 90 188 222 0.59 0.15 0 0.13 195.45 0.67 0.61
Hex 5A BC DE 3B F 0 D C3 43 3D
Octal 132 274 336 73 17 0 15 303 103 75
Binary 1011010 10111100 11011110 111011 1111 0 1101 11000011 1000011 111101

Color Harmonies of #5ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCDE

Black with #5ABCDE

Text Example


Text Example

White with #5ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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