Html Css Color HEX #5AACF5 Malibu

📋 copy color: '#5AACF5'

red 90 ◦ green 172 ◦ blue 245

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

Shades of Malibu #5AACF5

Tints of Malibu #5AACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 17.75%
G = 33.93%
B = 48.32%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5AACF5 (or 0x5AACF5) is known color: Malibu. HEX triplet: 5A, AC and F5. RGB value is (90,172,245). Sum of RGB (Red+Green+Blue) = 90+172+245=507 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.75% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #5AACF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACF5 is #A5530A. Grayscale: #9B9B9B. Windows color (decimal): -10834699 or 16100442. OLE color: 16100442.

HSL color Cylindrical-coordinate representation of color #5AACF5: hue angle of 208.26º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AACF5 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 172 245 -
CMYK 0.63 0.30 0 0.04
HSL 208.26º 0.89% 0.66% -
HSV(B) 208.26º 0.63% 0.96% -
XYZ 35.45 38.27 91.9 -
YUV 155.8 178.33 81.06 -
System Red Green Blue C M Y K H S L
Decimal 90 172 245 0.63 0.30 0 0.04 208.26 0.89 0.66
Hex 5A AC F5 3F 1E 0 4 D0 59 42
Octal 132 254 365 77 36 0 4 320 131 102
Binary 1011010 10101100 11110101 111111 11110 0 100 11010000 1011001 1000010

Color Harmonies of #5AACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACF5

Black with #5AACF5

Text Example


Text Example

White with #5AACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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