Html Css Color HEX #54BFEF Malibu

📋 copy color: '#54BFEF'

red 84 ◦ green 191 ◦ blue 239

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

Shades of Malibu #54BFEF

Tints of Malibu #54BFEF

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 16.34%
G = 37.16%
B = 46.5%

CMYK

 C value IS 0.65

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54BFEF (or 0x54BFEF) is known color: Malibu. HEX triplet: 54, BF and EF. RGB value is (84,191,239). Sum of RGB (Red+Green+Blue) = 84+191+239=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #54BFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFEF is #AB4010. Grayscale: #A4A4A4. Windows color (decimal): -11223057 or 15712084. OLE color: 15712084.

HSL color Cylindrical-coordinate representation of color #54BFEF: hue angle of 198.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BFEF is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 191 239 -
CMYK 0.65 0.20 0 0.06
HSL 198.58º 0.83% 0.63% -
HSV(B) 198.58º 0.65% 0.94% -
XYZ 37.87 45.38 88.42 -
YUV 164.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 84 191 239 0.65 0.20 0 0.06 198.58 0.83 0.63
Hex 54 BF EF 41 14 0 6 C7 53 3F
Octal 124 277 357 101 24 0 6 307 123 77
Binary 1010100 10111111 11101111 1000001 10100 0 110 11000111 1010011 111111

Color Harmonies of #54BFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFEF

Black with #54BFEF

Text Example


Text Example

White with #54BFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,191,239); }

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

background-color css

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

 a { background-color: rgb(84,191,239); }

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

border-color css

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

 span { border-color: rgb(84,191,239); }

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