Html Css Color HEX #54B0F0 Malibu

📋 copy color: '#54B0F0'

red 84 ◦ green 176 ◦ blue 240

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

Shades of Malibu #54B0F0

Tints of Malibu #54B0F0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.2%

 BLUE value IS 240 (94.14% from 255) = 48%

R = 16.8%
G = 35.2%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54B0F0 (or 0x54B0F0) is known color: Malibu. HEX triplet: 54, B0 and F0. RGB value is (84,176,240). Sum of RGB (Red+Green+Blue) = 84+176+240=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #54B0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B0F0 is #AB4F0F. Grayscale: #9B9B9B. Windows color (decimal): -11226896 or 15773780. OLE color: 15773780.

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

Color convert

RGB 84 176 240 -
CMYK 0.65 0.27 0 0.06
HSL 204.62º 0.84% 0.64% -
HSV(B) 204.62º 0.65% 0.94% -
XYZ 34.91 39.23 88.17 -
YUV 155.79 175.52 76.8 -
System Red Green Blue C M Y K H S L
Decimal 84 176 240 0.65 0.27 0 0.06 204.62 0.84 0.64
Hex 54 B0 F0 41 1B 0 6 CD 54 40
Octal 124 260 360 101 33 0 6 315 124 100
Binary 1010100 10110000 11110000 1000001 11011 0 110 11001101 1010100 1000000

Color Harmonies of #54B0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B0F0

Black with #54B0F0

Text Example


Text Example

White with #54B0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,176,240); }

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

background-color css

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

 a { background-color: rgb(84,176,240); }

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

border-color css

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

 span { border-color: rgb(84,176,240); }

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