Html Css Color HEX #5AAEDB Malibu

📋 copy color: '#5AAEDB'

red 90 ◦ green 174 ◦ blue 219

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

Shades of Malibu #5AAEDB

Tints of Malibu #5AAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.02%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 18.63%
G = 36.02%
B = 45.34%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5AAEDB (or 0x5AAEDB) is known color: Malibu. HEX triplet: 5A, AE and DB. RGB value is (90,174,219). Sum of RGB (Red+Green+Blue) = 90+174+219=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #5AAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAEDB is #A55124. Grayscale: #999999. Windows color (decimal): -10834213 or 14397018. OLE color: 14397018.

HSL color Cylindrical-coordinate representation of color #5AAEDB: hue angle of 200.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AAEDB is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 174 219 -
CMYK 0.59 0.21 0 0.14
HSL 200.93º 0.64% 0.61% -
HSV(B) 200.93º 0.59% 0.86% -
XYZ 32.14 37.56 72.57 -
YUV 154.01 164.67 82.34 -
System Red Green Blue C M Y K H S L
Decimal 90 174 219 0.59 0.21 0 0.14 200.93 0.64 0.61
Hex 5A AE DB 3B 15 0 E C9 40 3D
Octal 132 256 333 73 25 0 16 311 100 75
Binary 1011010 10101110 11011011 111011 10101 0 1110 11001001 1000000 111101

Color Harmonies of #5AAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAEDB

Black with #5AAEDB

Text Example


Text Example

White with #5AAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,219); }

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

background-color css

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

 a { background-color: rgb(90,174,219); }

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

border-color css

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

 span { border-color: rgb(90,174,219); }

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