Html Css Color HEX #54BCE1 Malibu

📋 copy color: '#54BCE1'

red 84 ◦ green 188 ◦ blue 225

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

Shades of Malibu #54BCE1

Tints of Malibu #54BCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.27%

R = 16.9%
G = 37.83%
B = 45.27%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#54BCE1 (or 0x54BCE1) is known color: Malibu. HEX triplet: 54, BC and E1. RGB value is (84,188,225). Sum of RGB (Red+Green+Blue) = 84+188+225=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #54BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BCE1 is #AB431E. Grayscale: #A0A0A0. Windows color (decimal): -11223839 or 14793812. OLE color: 14793812.

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

Color convert

RGB 84 188 225 -
CMYK 0.63 0.16 0 0.12
HSL 195.74º 0.7% 0.61% -
HSV(B) 195.74º 0.63% 0.88% -
XYZ 35.23 43.29 77.73 -
YUV 161.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 84 188 225 0.63 0.16 0 0.12 195.74 0.7 0.61
Hex 54 BC E1 3F 10 0 C C4 46 3D
Octal 124 274 341 77 20 0 14 304 106 75
Binary 1010100 10111100 11100001 111111 10000 0 1100 11000100 1000110 111101

Color Harmonies of #54BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCE1

Black with #54BCE1

Text Example


Text Example

White with #54BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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