Html Css Color HEX #54ACEA Malibu

📋 copy color: '#54ACEA'

red 84 ◦ green 172 ◦ blue 234

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

Shades of Malibu #54ACEA

Tints of Malibu #54ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 17.14%
G = 35.1%
B = 47.76%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54ACEA (or 0x54ACEA) is known color: Malibu. HEX triplet: 54, AC and EA. RGB value is (84,172,234). Sum of RGB (Red+Green+Blue) = 84+172+234=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #54ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ACEA is #AB5315. Grayscale: #989898. Windows color (decimal): -11227926 or 15379540. OLE color: 15379540.

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

Color convert

RGB 84 172 234 -
CMYK 0.64 0.26 0 0.08
HSL 204.8º 0.78% 0.62% -
HSV(B) 204.8º 0.64% 0.92% -
XYZ 33.26 37.33 83.29 -
YUV 152.76 173.85 78.96 -
System Red Green Blue C M Y K H S L
Decimal 84 172 234 0.64 0.26 0 0.08 204.8 0.78 0.62
Hex 54 AC EA 40 1A 0 8 CD 4E 3E
Octal 124 254 352 100 32 0 10 315 116 76
Binary 1010100 10101100 11101010 1000000 11010 0 1000 11001101 1001110 111110

Color Harmonies of #54ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACEA

Black with #54ACEA

Text Example


Text Example

White with #54ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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