Html Css Color HEX #5AA9ED Malibu

📋 copy color: '#5AA9ED'

red 90 ◦ green 169 ◦ blue 237

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

Shades of Malibu #5AA9ED

Tints of Malibu #5AA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.07%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 18.15%
G = 34.07%
B = 47.78%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AA9ED (or 0x5AA9ED) is known color: Malibu. HEX triplet: 5A, A9 and ED. RGB value is (90,169,237). Sum of RGB (Red+Green+Blue) = 90+169+237=496 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.15% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AA9ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA9ED is #A55612. Grayscale: #989898. Windows color (decimal): -10835475 or 15575386. OLE color: 15575386.

HSL color Cylindrical-coordinate representation of color #5AA9ED: hue angle of 207.76º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AA9ED is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 169 237 -
CMYK 0.62 0.29 0 0.07
HSL 207.76º 0.8% 0.64% -
HSV(B) 207.76º 0.62% 0.93% -
XYZ 33.69 36.66 85.42 -
YUV 153.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 90 169 237 0.62 0.29 0 0.07 207.76 0.8 0.64
Hex 5A A9 ED 3E 1D 0 7 D0 50 40
Octal 132 251 355 76 35 0 7 320 120 100
Binary 1011010 10101001 11101101 111110 11101 0 111 11010000 1010000 1000000

Color Harmonies of #5AA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA9ED

Black with #5AA9ED

Text Example


Text Example

White with #5AA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,169,237); }

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

background-color css

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

 a { background-color: rgb(90,169,237); }

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

border-color css

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

 span { border-color: rgb(90,169,237); }

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