Html Css Color HEX #54BCDE Malibu

📋 copy color: '#54BCDE'

red 84 ◦ green 188 ◦ blue 222

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

Shades of Malibu #54BCDE

Tints of Malibu #54BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 17%
G = 38.06%
B = 44.94%

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

#54BCDE (or 0x54BCDE) is known color: Malibu. HEX triplet: 54, BC and DE. RGB value is (84,188,222). Sum of RGB (Red+Green+Blue) = 84+188+222=494 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.00% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #54BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCDE is #AB4321. Grayscale: #A0A0A0. Windows color (decimal): -11223842 or 14597204. OLE color: 14597204.

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

Color convert

RGB 84 188 222 -
CMYK 0.62 0.15 0 0.13
HSL 194.78º 0.68% 0.6% -
HSV(B) 194.78º 0.62% 0.87% -
XYZ 34.82 43.13 75.6 -
YUV 160.78 162.54 73.24 -
System Red Green Blue C M Y K H S L
Decimal 84 188 222 0.62 0.15 0 0.13 194.78 0.68 0.6
Hex 54 BC DE 3E F 0 D C3 44 3C
Octal 124 274 336 76 17 0 15 303 104 74
Binary 1010100 10111100 11011110 111110 1111 0 1101 11000011 1000100 111100

Color Harmonies of #54BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCDE

Black with #54BCDE

Text Example


Text Example

White with #54BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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