Html Css Color HEX #54B0DC Malibu

📋 copy color: '#54B0DC'

red 84 ◦ green 176 ◦ blue 220

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

Shades of Malibu #54B0DC

Tints of Malibu #54B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 17.5%
G = 36.67%
B = 45.83%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54B0DC (or 0x54B0DC) is known color: Malibu. HEX triplet: 54, B0 and DC. RGB value is (84,176,220). Sum of RGB (Red+Green+Blue) = 84+176+220=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #54B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0DC is #AB4F23. Grayscale: #999999. Windows color (decimal): -11226916 or 14463060. OLE color: 14463060.

HSL color Cylindrical-coordinate representation of color #54B0DC: hue angle of 199.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B0DC is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 176 220 -
CMYK 0.62 0.2 0 0.14
HSL 199.41º 0.66% 0.6% -
HSV(B) 199.41º 0.62% 0.86% -
XYZ 32.1 38.1 73.37 -
YUV 153.51 165.52 78.42 -
System Red Green Blue C M Y K H S L
Decimal 84 176 220 0.62 0.2 0 0.14 199.41 0.66 0.6
Hex 54 B0 DC 3E 14 0 E C7 42 3C
Octal 124 260 334 76 24 0 16 307 102 74
Binary 1010100 10110000 11011100 111110 10100 0 1110 11000111 1000010 111100

Color Harmonies of #54B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B0DC

Black with #54B0DC

Text Example


Text Example

White with #54B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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