Html Css Color HEX #54BAE9 Malibu

📋 copy color: '#54BAE9'

red 84 ◦ green 186 ◦ blue 233

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

Shades of Malibu #54BAE9

Tints of Malibu #54BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.32%

R = 16.7%
G = 36.98%
B = 46.32%

CMYK

 C value IS 0.64

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54BAE9 (or 0x54BAE9) is known color: Malibu. HEX triplet: 54, BA and E9. RGB value is (84,186,233). Sum of RGB (Red+Green+Blue) = 84+186+233=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #54BAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAE9 is #AB4516. Grayscale: #A0A0A0. Windows color (decimal): -11224343 or 15317588. OLE color: 15317588.

HSL color Cylindrical-coordinate representation of color #54BAE9: hue angle of 198.93º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54BAE9 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 186 233 -
CMYK 0.64 0.20 0 0.09
HSL 198.93º 0.77% 0.62% -
HSV(B) 198.93º 0.64% 0.91% -
XYZ 35.92 42.89 83.48 -
YUV 160.86 168.71 73.18 -
System Red Green Blue C M Y K H S L
Decimal 84 186 233 0.64 0.20 0 0.09 198.93 0.77 0.62
Hex 54 BA E9 40 14 0 9 C7 4D 3E
Octal 124 272 351 100 24 0 11 307 115 76
Binary 1010100 10111010 11101001 1000000 10100 0 1001 11000111 1001101 111110

Color Harmonies of #54BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BAE9

Black with #54BAE9

Text Example


Text Example

White with #54BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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