Html Css Color HEX #54ADE9 Malibu

📋 copy color: '#54ADE9'

red 84 ◦ green 173 ◦ blue 233

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

Shades of Malibu #54ADE9

Tints of Malibu #54ADE9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.31%

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 17.14%
G = 35.31%
B = 47.55%

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

#54ADE9 (or 0x54ADE9) is known color: Malibu. HEX triplet: 54, AD and E9. RGB value is (84,173,233). Sum of RGB (Red+Green+Blue) = 84+173+233=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #54ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADE9 is #AB5216. Grayscale: #989898. Windows color (decimal): -11227671 or 15314260. OLE color: 15314260.

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

Color convert

RGB 84 173 233 -
CMYK 0.64 0.26 0 0.09
HSL 204.16º 0.77% 0.62% -
HSV(B) 204.16º 0.64% 0.91% -
XYZ 33.31 37.66 82.6 -
YUV 153.23 173.01 78.62 -
System Red Green Blue C M Y K H S L
Decimal 84 173 233 0.64 0.26 0 0.09 204.16 0.77 0.62
Hex 54 AD E9 40 1A 0 9 CC 4D 3E
Octal 124 255 351 100 32 0 11 314 115 76
Binary 1010100 10101101 11101001 1000000 11010 0 1001 11001100 1001101 111110

Color Harmonies of #54ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADE9

Black with #54ADE9

Text Example


Text Example

White with #54ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,173,233); }

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

background-color css

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

 a { background-color: rgb(84,173,233); }

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

border-color css

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

 span { border-color: rgb(84,173,233); }

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