Html Css Color HEX #54AEEA Malibu

📋 copy color: '#54AEEA'

red 84 ◦ green 174 ◦ blue 234

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

Shades of Malibu #54AEEA

Tints of Malibu #54AEEA

RGB

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

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

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

R = 17.07%
G = 35.37%
B = 47.56%

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

#54AEEA (or 0x54AEEA) is known color: Malibu. HEX triplet: 54, AE and EA. RGB value is (84,174,234). Sum of RGB (Red+Green+Blue) = 84+174+234=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #54AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEEA is #AB5115. Grayscale: #999999. Windows color (decimal): -11227414 or 15380052. OLE color: 15380052.

HSL color Cylindrical-coordinate representation of color #54AEEA: hue angle of 204º 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 #54AEEA is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 174 234 -
CMYK 0.64 0.26 0 0.08
HSL 204º 0.78% 0.62% -
HSV(B) 204º 0.64% 0.92% -
XYZ 33.64 38.1 83.42 -
YUV 153.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 84 174 234 0.64 0.26 0 0.08 204 0.78 0.62
Hex 54 AE EA 40 1A 0 8 CC 4E 3E
Octal 124 256 352 100 32 0 10 314 116 76
Binary 1010100 10101110 11101010 1000000 11010 0 1000 11001100 1001110 111110

Color Harmonies of #54AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEEA

Black with #54AEEA

Text Example


Text Example

White with #54AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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