Html Css Color HEX #54BBE0 Malibu

📋 copy color: '#54BBE0'

red 84 ◦ green 187 ◦ blue 224

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

Shades of Malibu #54BBE0

Tints of Malibu #54BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.25%

R = 16.97%
G = 37.78%
B = 45.25%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#54BBE0 (or 0x54BBE0) is known color: Malibu. HEX triplet: 54, BB and E0. RGB value is (84,187,224). Sum of RGB (Red+Green+Blue) = 84+187+224=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #54BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBE0 is #AB441F. Grayscale: #A0A0A0. Windows color (decimal): -11224096 or 14728020. OLE color: 14728020.

HSL color Cylindrical-coordinate representation of color #54BBE0: hue angle of 195.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54BBE0 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 187 224 -
CMYK 0.62 0.17 0 0.12
HSL 195.86º 0.69% 0.6% -
HSV(B) 195.86º 0.63% 0.88% -
XYZ 34.88 42.81 76.95 -
YUV 160.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 84 187 224 0.62 0.17 0 0.12 195.86 0.69 0.6
Hex 54 BB E0 3E 11 0 C C4 45 3C
Octal 124 273 340 76 21 0 14 304 105 74
Binary 1010100 10111011 11100000 111110 10001 0 1100 11000100 1000101 111100

Color Harmonies of #54BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBE0

Black with #54BBE0

Text Example


Text Example

White with #54BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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