Html Css Color HEX #5AACEB Malibu

📋 copy color: '#5AACEB'

red 90 ◦ green 172 ◦ blue 235

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

Shades of Malibu #5AACEB

Tints of Malibu #5AACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.28%

R = 18.11%
G = 34.61%
B = 47.28%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5AACEB (or 0x5AACEB) is known color: Malibu. HEX triplet: 5A, AC and EB. RGB value is (90,172,235). Sum of RGB (Red+Green+Blue) = 90+172+235=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #5AACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AACEB is #A55314. Grayscale: #9A9A9A. Windows color (decimal): -10834709 or 15445082. OLE color: 15445082.

HSL color Cylindrical-coordinate representation of color #5AACEB: hue angle of 206.07º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AACEB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 172 235 -
CMYK 0.62 0.27 0 0.08
HSL 206.07º 0.78% 0.64% -
HSV(B) 206.07º 0.62% 0.92% -
XYZ 33.96 37.68 84.08 -
YUV 154.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 90 172 235 0.62 0.27 0 0.08 206.07 0.78 0.64
Hex 5A AC EB 3E 1B 0 8 CE 4E 40
Octal 132 254 353 76 33 0 10 316 116 100
Binary 1011010 10101100 11101011 111110 11011 0 1000 11001110 1001110 1000000

Color Harmonies of #5AACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACEB

Black with #5AACEB

Text Example


Text Example

White with #5AACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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