Html Css Color HEX #54BFEB Malibu

📋 copy color: '#54BFEB'

red 84 ◦ green 191 ◦ blue 235

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

Shades of Malibu #54BFEB

Tints of Malibu #54BFEB

RGB

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

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

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

R = 16.47%
G = 37.45%
B = 46.08%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54BFEB (or 0x54BFEB) is known color: Malibu. HEX triplet: 54, BF and EB. RGB value is (84,191,235). Sum of RGB (Red+Green+Blue) = 84+191+235=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #54BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFEB is #AB4014. Grayscale: #A3A3A3. Windows color (decimal): -11223061 or 15449940. OLE color: 15449940.

HSL color Cylindrical-coordinate representation of color #54BFEB: hue angle of 197.48º 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 #54BFEB is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 191 235 -
CMYK 0.64 0.19 0 0.08
HSL 197.48º 0.79% 0.63% -
HSV(B) 197.48º 0.64% 0.92% -
XYZ 37.28 45.14 85.35 -
YUV 164.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 84 191 235 0.64 0.19 0 0.08 197.48 0.79 0.63
Hex 54 BF EB 40 13 0 8 C5 4F 3F
Octal 124 277 353 100 23 0 10 305 117 77
Binary 1010100 10111111 11101011 1000000 10011 0 1000 11000101 1001111 111111

Color Harmonies of #54BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFEB

Black with #54BFEB

Text Example


Text Example

White with #54BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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