Html Css Color HEX #54BBF1 Malibu

📋 copy color: '#54BBF1'

red 84 ◦ green 187 ◦ blue 241

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

Shades of Malibu #54BBF1

Tints of Malibu #54BBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 16.41%
G = 36.52%
B = 47.07%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54BBF1 (or 0x54BBF1) is known color: Malibu. HEX triplet: 54, BB and F1. RGB value is (84,187,241). Sum of RGB (Red+Green+Blue) = 84+187+241=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #54BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBF1 is #AB440E. Grayscale: #A2A2A2. Windows color (decimal): -11224079 or 15842132. OLE color: 15842132.

HSL color Cylindrical-coordinate representation of color #54BBF1: hue angle of 200.64º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BBF1 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 187 241 -
CMYK 0.65 0.22 0 0.05
HSL 200.64º 0.85% 0.64% -
HSV(B) 200.64º 0.65% 0.95% -
XYZ 37.3 43.78 89.7 -
YUV 162.36 172.38 72.11 -
System Red Green Blue C M Y K H S L
Decimal 84 187 241 0.65 0.22 0 0.05 200.64 0.85 0.64
Hex 54 BB F1 41 16 0 5 C9 55 40
Octal 124 273 361 101 26 0 5 311 125 100
Binary 1010100 10111011 11110001 1000001 10110 0 101 11001001 1010101 1000000

Color Harmonies of #54BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBF1

Black with #54BBF1

Text Example


Text Example

White with #54BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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