Html Css Color HEX #54BBEC Malibu

📋 copy color: '#54BBEC'

red 84 ◦ green 187 ◦ blue 236

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

Shades of Malibu #54BBEC

Tints of Malibu #54BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 16.57%
G = 36.88%
B = 46.55%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54BBEC (or 0x54BBEC) is known color: Malibu. HEX triplet: 54, BB and EC. RGB value is (84,187,236). Sum of RGB (Red+Green+Blue) = 84+187+236=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #54BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBEC is #AB4413. Grayscale: #A1A1A1. Windows color (decimal): -11224084 or 15514452. OLE color: 15514452.

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

Color convert

RGB 84 187 236 -
CMYK 0.64 0.21 0 0.07
HSL 199.34º 0.8% 0.63% -
HSV(B) 199.34º 0.64% 0.93% -
XYZ 36.57 43.48 85.82 -
YUV 161.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 84 187 236 0.64 0.21 0 0.07 199.34 0.8 0.63
Hex 54 BB EC 40 15 0 7 C7 50 3F
Octal 124 273 354 100 25 0 7 307 120 77
Binary 1010100 10111011 11101100 1000000 10101 0 111 11000111 1010000 111111

Color Harmonies of #54BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBEC

Black with #54BBEC

Text Example


Text Example

White with #54BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,187,236); }

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

background-color css

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

 a { background-color: rgb(84,187,236); }

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

border-color css

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

 span { border-color: rgb(84,187,236); }

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