Html Css Color HEX #54BCE0 Malibu

📋 copy color: '#54BCE0'

red 84 ◦ green 188 ◦ blue 224

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

Shades of Malibu #54BCE0

Tints of Malibu #54BCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.16%

R = 16.94%
G = 37.9%
B = 45.16%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#54BCE0 (or 0x54BCE0) is known color: Malibu. HEX triplet: 54, BC and E0. RGB value is (84,188,224). Sum of RGB (Red+Green+Blue) = 84+188+224=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #54BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCE0 is #AB431F. Grayscale: #A0A0A0. Windows color (decimal): -11223840 or 14728276. OLE color: 14728276.

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

Color convert

RGB 84 188 224 -
CMYK 0.62 0.16 0 0.12
HSL 195.43º 0.69% 0.6% -
HSV(B) 195.43º 0.63% 0.88% -
XYZ 35.09 43.23 77.02 -
YUV 161.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 84 188 224 0.62 0.16 0 0.12 195.43 0.69 0.6
Hex 54 BC E0 3E 10 0 C C3 45 3C
Octal 124 274 340 76 20 0 14 303 105 74
Binary 1010100 10111100 11100000 111110 10000 0 1100 11000011 1000101 111100

Color Harmonies of #54BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCE0

Black with #54BCE0

Text Example


Text Example

White with #54BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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