Html Css Color HEX #54ADED Malibu

📋 copy color: '#54ADED'

red 84 ◦ green 173 ◦ blue 237

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

Shades of Malibu #54ADED

Tints of Malibu #54ADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 17%
G = 35.02%
B = 47.98%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54ADED (or 0x54ADED) is known color: Malibu. HEX triplet: 54, AD and ED. RGB value is (84,173,237). Sum of RGB (Red+Green+Blue) = 84+173+237=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #54ADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADED is #AB5212. Grayscale: #999999. Windows color (decimal): -11227667 or 15576404. OLE color: 15576404.

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

Color convert

RGB 84 173 237 -
CMYK 0.65 0.27 0 0.07
HSL 205.1º 0.81% 0.63% -
HSV(B) 205.1º 0.65% 0.93% -
XYZ 33.89 37.89 85.65 -
YUV 153.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 84 173 237 0.65 0.27 0 0.07 205.1 0.81 0.63
Hex 54 AD ED 41 1B 0 7 CD 51 3F
Octal 124 255 355 101 33 0 7 315 121 77
Binary 1010100 10101101 11101101 1000001 11011 0 111 11001101 1010001 111111

Color Harmonies of #54ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADED

Black with #54ADED

Text Example


Text Example

White with #54ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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