Html Css Color HEX #54ACE8 Malibu

📋 copy color: '#54ACE8'

red 84 ◦ green 172 ◦ blue 232

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

Shades of Malibu #54ACE8

Tints of Malibu #54ACE8

RGB

 RED value IS 84 (33.2% from 255) = 17.21%

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

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 17.21%
G = 35.25%
B = 47.54%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54ACE8 (or 0x54ACE8) is known color: Malibu. HEX triplet: 54, AC and E8. RGB value is (84,172,232). Sum of RGB (Red+Green+Blue) = 84+172+232=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #54ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ACE8 is #AB5317. Grayscale: #989898. Windows color (decimal): -11227928 or 15248468. OLE color: 15248468.

HSL color Cylindrical-coordinate representation of color #54ACE8: hue angle of 204.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54ACE8 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 172 232 -
CMYK 0.64 0.26 0 0.09
HSL 204.32º 0.76% 0.62% -
HSV(B) 204.32º 0.64% 0.91% -
XYZ 32.97 37.22 81.79 -
YUV 152.53 172.85 79.12 -
System Red Green Blue C M Y K H S L
Decimal 84 172 232 0.64 0.26 0 0.09 204.32 0.76 0.62
Hex 54 AC E8 40 1A 0 9 CC 4C 3E
Octal 124 254 350 100 32 0 11 314 114 76
Binary 1010100 10101100 11101000 1000000 11010 0 1001 11001100 1001100 111110

Color Harmonies of #54ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACE8

Black with #54ACE8

Text Example


Text Example

White with #54ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54ACE8; }

 p { color: rgb(84,172,232); }

 H1.HeaderClassName
 {
   color: #54ACE8;
 }
 .AnyTagClassName
 {
   color: #54ACE8;
 }
</style>

background-color css

<style>
 a { background-color: #54ACE8; }

 a { background-color: rgb(84,172,232); }

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

border-color css

<style>
 span { border-color: #54ACE8; }

 span { border-color: rgb(84,172,232); }

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