Html Css Color HEX #54B0DA Malibu

📋 copy color: '#54B0DA'

red 84 ◦ green 176 ◦ blue 218

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

Shades of Malibu #54B0DA

Tints of Malibu #54B0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 17.57%
G = 36.82%
B = 45.61%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54B0DA (or 0x54B0DA) is known color: Malibu. HEX triplet: 54, B0 and DA. RGB value is (84,176,218). Sum of RGB (Red+Green+Blue) = 84+176+218=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #54B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0DA is #AB4F25. Grayscale: #999999. Windows color (decimal): -11226918 or 14331988. OLE color: 14331988.

HSL color Cylindrical-coordinate representation of color #54B0DA: hue angle of 198.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54B0DA is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 176 218 -
CMYK 0.61 0.19 0 0.15
HSL 198.81º 0.64% 0.59% -
HSV(B) 198.81º 0.61% 0.85% -
XYZ 31.84 38 71.99 -
YUV 153.28 164.52 78.58 -
System Red Green Blue C M Y K H S L
Decimal 84 176 218 0.61 0.19 0 0.15 198.81 0.64 0.59
Hex 54 B0 DA 3D 13 0 F C7 40 3B
Octal 124 260 332 75 23 0 17 307 100 73
Binary 1010100 10110000 11011010 111101 10011 0 1111 11000111 1000000 111011

Color Harmonies of #54B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B0DA

Black with #54B0DA

Text Example


Text Example

White with #54B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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