Html Css Color HEX #54BADD Malibu

📋 copy color: '#54BADD'

red 84 ◦ green 186 ◦ blue 221

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

Shades of Malibu #54BADD

Tints of Malibu #54BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 17.11%
G = 37.88%
B = 45.01%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54BADD (or 0x54BADD) is known color: Malibu. HEX triplet: 54, BA and DD. RGB value is (84,186,221). Sum of RGB (Red+Green+Blue) = 84+186+221=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #54BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BADD is #AB4522. Grayscale: #9F9F9F. Windows color (decimal): -11224355 or 14531156. OLE color: 14531156.

HSL color Cylindrical-coordinate representation of color #54BADD: hue angle of 195.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BADD is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 186 221 -
CMYK 0.62 0.16 0 0.13
HSL 195.33º 0.67% 0.6% -
HSV(B) 195.33º 0.62% 0.87% -
XYZ 34.27 42.22 74.75 -
YUV 159.49 162.71 74.15 -
System Red Green Blue C M Y K H S L
Decimal 84 186 221 0.62 0.16 0 0.13 195.33 0.67 0.6
Hex 54 BA DD 3E 10 0 D C3 43 3C
Octal 124 272 335 76 20 0 15 303 103 74
Binary 1010100 10111010 11011101 111110 10000 0 1101 11000011 1000011 111100

Color Harmonies of #54BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BADD

Black with #54BADD

Text Example


Text Example

White with #54BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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