Html Css Color HEX #54BAEB Malibu

📋 copy color: '#54BAEB'

red 84 ◦ green 186 ◦ blue 235

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

Shades of Malibu #54BAEB

Tints of Malibu #54BAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 16.63%
G = 36.83%
B = 46.53%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54BAEB (or 0x54BAEB) is known color: Malibu. HEX triplet: 54, BA and EB. RGB value is (84,186,235). Sum of RGB (Red+Green+Blue) = 84+186+235=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #54BAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAEB is #AB4514. Grayscale: #A0A0A0. Windows color (decimal): -11224341 or 15448660. OLE color: 15448660.

HSL color Cylindrical-coordinate representation of color #54BAEB: hue angle of 199.47º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54BAEB is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 186 235 -
CMYK 0.64 0.21 0 0.08
HSL 199.47º 0.79% 0.63% -
HSV(B) 199.47º 0.64% 0.92% -
XYZ 36.21 43 84.99 -
YUV 161.09 169.71 73.02 -
System Red Green Blue C M Y K H S L
Decimal 84 186 235 0.64 0.21 0 0.08 199.47 0.79 0.63
Hex 54 BA EB 40 15 0 8 C7 4F 3F
Octal 124 272 353 100 25 0 10 307 117 77
Binary 1010100 10111010 11101011 1000000 10101 0 1000 11000111 1001111 111111

Color Harmonies of #54BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BAEB

Black with #54BAEB

Text Example


Text Example

White with #54BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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