Html Css Color HEX #54BBDC Malibu

📋 copy color: '#54BBDC'

red 84 ◦ green 187 ◦ blue 220

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

Shades of Malibu #54BBDC

Tints of Malibu #54BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 17.11%
G = 38.09%
B = 44.81%

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

#54BBDC (or 0x54BBDC) is known color: Malibu. HEX triplet: 54, BB and DC. RGB value is (84,187,220). Sum of RGB (Red+Green+Blue) = 84+187+220=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #54BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBDC is #AB4423. Grayscale: #9F9F9F. Windows color (decimal): -11224100 or 14465876. OLE color: 14465876.

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

Color convert

RGB 84 187 220 -
CMYK 0.62 0.15 0 0.14
HSL 194.56º 0.66% 0.6% -
HSV(B) 194.56º 0.62% 0.86% -
XYZ 34.34 42.59 74.12 -
YUV 159.97 161.88 73.82 -
System Red Green Blue C M Y K H S L
Decimal 84 187 220 0.62 0.15 0 0.14 194.56 0.66 0.6
Hex 54 BB DC 3E F 0 E C3 42 3C
Octal 124 273 334 76 17 0 16 303 102 74
Binary 1010100 10111011 11011100 111110 1111 0 1110 11000011 1000010 111100

Color Harmonies of #54BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBDC

Black with #54BBDC

Text Example


Text Example

White with #54BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,187,220); }

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

background-color css

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

 a { background-color: rgb(84,187,220); }

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

border-color css

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

 span { border-color: rgb(84,187,220); }

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