Html Css Color HEX #54BCDD Malibu

📋 copy color: '#54BCDD'

red 84 ◦ green 188 ◦ blue 221

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

Shades of Malibu #54BCDD

Tints of Malibu #54BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

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

R = 17.04%
G = 38.13%
B = 44.83%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54BCDD (or 0x54BCDD) is known color: Malibu. HEX triplet: 54, BC and DD. RGB value is (84,188,221). Sum of RGB (Red+Green+Blue) = 84+188+221=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #54BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCDD is #AB4322. Grayscale: #A0A0A0. Windows color (decimal): -11223843 or 14531668. OLE color: 14531668.

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

Color convert

RGB 84 188 221 -
CMYK 0.62 0.15 0 0.13
HSL 194.45º 0.67% 0.6% -
HSV(B) 194.45º 0.62% 0.87% -
XYZ 34.69 43.07 74.89 -
YUV 160.67 162.04 73.32 -
System Red Green Blue C M Y K H S L
Decimal 84 188 221 0.62 0.15 0 0.13 194.45 0.67 0.6
Hex 54 BC DD 3E F 0 D C2 43 3C
Octal 124 274 335 76 17 0 15 302 103 74
Binary 1010100 10111100 11011101 111110 1111 0 1101 11000010 1000011 111100

Color Harmonies of #54BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCDD

Black with #54BCDD

Text Example


Text Example

White with #54BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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