Html Css Color HEX #54B1DB Malibu

📋 copy color: '#54B1DB'

red 84 ◦ green 177 ◦ blue 219

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

Shades of Malibu #54B1DB

Tints of Malibu #54B1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

 BLUE value IS 219 (85.94% from 255) = 45.63%

R = 17.5%
G = 36.88%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54B1DB (or 0x54B1DB) is known color: Malibu. HEX triplet: 54, B1 and DB. RGB value is (84,177,219). Sum of RGB (Red+Green+Blue) = 84+177+219=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #54B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B1DB is #AB4E24. Grayscale: #999999. Windows color (decimal): -11226661 or 14397780. OLE color: 14397780.

HSL color Cylindrical-coordinate representation of color #54B1DB: hue angle of 198.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B1DB is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 177 219 -
CMYK 0.62 0.19 0 0.14
HSL 198.67º 0.65% 0.59% -
HSV(B) 198.67º 0.62% 0.86% -
XYZ 32.16 38.44 72.74 -
YUV 153.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 84 177 219 0.62 0.19 0 0.14 198.67 0.65 0.59
Hex 54 B1 DB 3E 13 0 E C7 41 3B
Octal 124 261 333 76 23 0 16 307 101 73
Binary 1010100 10110001 11011011 111110 10011 0 1110 11000111 1000001 111011

Color Harmonies of #54B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B1DB

Black with #54B1DB

Text Example


Text Example

White with #54B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,177,219); }

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

background-color css

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

 a { background-color: rgb(84,177,219); }

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

border-color css

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

 span { border-color: rgb(84,177,219); }

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