Html Css Color HEX #5AACDF Malibu

📋 copy color: '#5AACDF'

red 90 ◦ green 172 ◦ blue 223

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

Shades of Malibu #5AACDF

Tints of Malibu #5AACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 18.56%
G = 35.46%
B = 45.98%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5AACDF (or 0x5AACDF) is known color: Malibu. HEX triplet: 5A, AC and DF. RGB value is (90,172,223). Sum of RGB (Red+Green+Blue) = 90+172+223=485 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.56% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #5AACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACDF is #A55320. Grayscale: #999999. Windows color (decimal): -10834721 or 14658650. OLE color: 14658650.

HSL color Cylindrical-coordinate representation of color #5AACDF: hue angle of 203.01º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AACDF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 172 223 -
CMYK 0.60 0.23 0 0.13
HSL 203.01º 0.68% 0.61% -
HSV(B) 203.01º 0.6% 0.87% -
XYZ 32.29 37.01 75.25 -
YUV 153.3 167.33 82.85 -
System Red Green Blue C M Y K H S L
Decimal 90 172 223 0.60 0.23 0 0.13 203.01 0.68 0.61
Hex 5A AC DF 3C 17 0 D CB 44 3D
Octal 132 254 337 74 27 0 15 313 104 75
Binary 1011010 10101100 11011111 111100 10111 0 1101 11001011 1000100 111101

Color Harmonies of #5AACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACDF

Black with #5AACDF

Text Example


Text Example

White with #5AACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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