Html Css Color HEX #5AACED Malibu

📋 copy color: '#5AACED'

red 90 ◦ green 172 ◦ blue 237

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

Shades of Malibu #5AACED

Tints of Malibu #5AACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

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

R = 18.04%
G = 34.47%
B = 47.49%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AACED (or 0x5AACED) is known color: Malibu. HEX triplet: 5A, AC and ED. RGB value is (90,172,237). Sum of RGB (Red+Green+Blue) = 90+172+237=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACED is #A55312. Grayscale: #9A9A9A. Windows color (decimal): -10834707 or 15576154. OLE color: 15576154.

HSL color Cylindrical-coordinate representation of color #5AACED: hue angle of 206.53º 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 #5AACED is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 172 237 -
CMYK 0.62 0.27 0 0.07
HSL 206.53º 0.8% 0.64% -
HSV(B) 206.53º 0.62% 0.93% -
XYZ 34.26 37.79 85.61 -
YUV 154.89 174.33 81.71 -
System Red Green Blue C M Y K H S L
Decimal 90 172 237 0.62 0.27 0 0.07 206.53 0.8 0.64
Hex 5A AC ED 3E 1B 0 7 CF 50 40
Octal 132 254 355 76 33 0 7 317 120 100
Binary 1011010 10101100 11101101 111110 11011 0 111 11001111 1010000 1000000

Color Harmonies of #5AACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACED

Black with #5AACED

Text Example


Text Example

White with #5AACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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