Html Css Color HEX #54BADB Malibu

📋 copy color: '#54BADB'

red 84 ◦ green 186 ◦ blue 219

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

Shades of Malibu #54BADB

Tints of Malibu #54BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

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

R = 17.18%
G = 38.04%
B = 44.79%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54BADB (or 0x54BADB) is known color: Malibu. HEX triplet: 54, BA and DB. RGB value is (84,186,219). Sum of RGB (Red+Green+Blue) = 84+186+219=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #54BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BADB is #AB4524. Grayscale: #9F9F9F. Windows color (decimal): -11224357 or 14400084. OLE color: 14400084.

HSL color Cylindrical-coordinate representation of color #54BADB: hue angle of 194.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 #54BADB is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 186 219 -
CMYK 0.62 0.15 0 0.14
HSL 194.67º 0.65% 0.59% -
HSV(B) 194.67º 0.62% 0.86% -
XYZ 34 42.12 73.36 -
YUV 159.26 161.71 74.32 -
System Red Green Blue C M Y K H S L
Decimal 84 186 219 0.62 0.15 0 0.14 194.67 0.65 0.59
Hex 54 BA DB 3E F 0 E C3 41 3B
Octal 124 272 333 76 17 0 16 303 101 73
Binary 1010100 10111010 11011011 111110 1111 0 1110 11000011 1000001 111011

Color Harmonies of #54BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BADB

Black with #54BADB

Text Example


Text Example

White with #54BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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