Html Css Color HEX #54ADEB Malibu

📋 copy color: '#54ADEB'

red 84 ◦ green 173 ◦ blue 235

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

Shades of Malibu #54ADEB

Tints of Malibu #54ADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.76%

R = 17.07%
G = 35.16%
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

#54ADEB (or 0x54ADEB) is known color: Malibu. HEX triplet: 54, AD and EB. RGB value is (84,173,235). Sum of RGB (Red+Green+Blue) = 84+173+235=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #54ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADEB is #AB5214. Grayscale: #999999. Windows color (decimal): -11227669 or 15445332. OLE color: 15445332.

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

Color convert

RGB 84 173 235 -
CMYK 0.64 0.26 0 0.08
HSL 204.64º 0.79% 0.63% -
HSV(B) 204.64º 0.64% 0.92% -
XYZ 33.6 37.77 84.12 -
YUV 153.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 84 173 235 0.64 0.26 0 0.08 204.64 0.79 0.63
Hex 54 AD EB 40 1A 0 8 CD 4F 3F
Octal 124 255 353 100 32 0 10 315 117 77
Binary 1010100 10101101 11101011 1000000 11010 0 1000 11001101 1001111 111111

Color Harmonies of #54ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADEB

Black with #54ADEB

Text Example


Text Example

White with #54ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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