Html Css Color HEX #54BADE Malibu

📋 copy color: '#54BADE'

red 84 ◦ green 186 ◦ blue 222

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

Shades of Malibu #54BADE

Tints of Malibu #54BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

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

R = 17.07%
G = 37.8%
B = 45.12%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54BADE (or 0x54BADE) is known color: Malibu. HEX triplet: 54, BA and DE. RGB value is (84,186,222). Sum of RGB (Red+Green+Blue) = 84+186+222=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #54BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BADE is #AB4521. Grayscale: #9F9F9F. Windows color (decimal): -11224354 or 14596692. OLE color: 14596692.

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

Color convert

RGB 84 186 222 -
CMYK 0.62 0.16 0 0.13
HSL 195.65º 0.68% 0.6% -
HSV(B) 195.65º 0.62% 0.87% -
XYZ 34.4 42.28 75.45 -
YUV 159.61 163.21 74.07 -
System Red Green Blue C M Y K H S L
Decimal 84 186 222 0.62 0.16 0 0.13 195.65 0.68 0.6
Hex 54 BA DE 3E 10 0 D C4 44 3C
Octal 124 272 336 76 20 0 15 304 104 74
Binary 1010100 10111010 11011110 111110 10000 0 1101 11000100 1000100 111100

Color Harmonies of #54BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BADE

Black with #54BADE

Text Example


Text Example

White with #54BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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