Html Css Color HEX #54AEEC Malibu

📋 copy color: '#54AEEC'

red 84 ◦ green 174 ◦ blue 236

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

Shades of Malibu #54AEEC

Tints of Malibu #54AEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 17%
G = 35.22%
B = 47.77%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54AEEC (or 0x54AEEC) is known color: Malibu. HEX triplet: 54, AE and EC. RGB value is (84,174,236). Sum of RGB (Red+Green+Blue) = 84+174+236=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #54AEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEEC is #AB5113. Grayscale: #999999. Windows color (decimal): -11227412 or 15511124. OLE color: 15511124.

HSL color Cylindrical-coordinate representation of color #54AEEC: hue angle of 204.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54AEEC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 174 236 -
CMYK 0.64 0.26 0 0.07
HSL 204.47º 0.8% 0.63% -
HSV(B) 204.47º 0.64% 0.93% -
XYZ 33.93 38.21 84.94 -
YUV 154.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 84 174 236 0.64 0.26 0 0.07 204.47 0.8 0.63
Hex 54 AE EC 40 1A 0 7 CC 50 3F
Octal 124 256 354 100 32 0 7 314 120 77
Binary 1010100 10101110 11101100 1000000 11010 0 111 11001100 1010000 111111

Color Harmonies of #54AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEEC

Black with #54AEEC

Text Example


Text Example

White with #54AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,174,236); }

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

background-color css

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

 a { background-color: rgb(84,174,236); }

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

border-color css

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

 span { border-color: rgb(84,174,236); }

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