Html Css Color HEX #54B9DA Malibu

📋 copy color: '#54B9DA'

red 84 ◦ green 185 ◦ blue 218

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

Shades of Malibu #54B9DA

Tints of Malibu #54B9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 17.25%
G = 37.99%
B = 44.76%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54B9DA (or 0x54B9DA) is known color: Malibu. HEX triplet: 54, B9 and DA. RGB value is (84,185,218). Sum of RGB (Red+Green+Blue) = 84+185+218=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #54B9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9DA is #AB4625. Grayscale: #9E9E9E. Windows color (decimal): -11224614 or 14334292. OLE color: 14334292.

HSL color Cylindrical-coordinate representation of color #54B9DA: hue angle of 194.78º 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 #54B9DA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 185 218 -
CMYK 0.61 0.15 0 0.15
HSL 194.78º 0.64% 0.59% -
HSV(B) 194.78º 0.61% 0.85% -
XYZ 33.66 41.64 72.59 -
YUV 158.56 161.54 74.82 -
System Red Green Blue C M Y K H S L
Decimal 84 185 218 0.61 0.15 0 0.15 194.78 0.64 0.59
Hex 54 B9 DA 3D F 0 F C3 40 3B
Octal 124 271 332 75 17 0 17 303 100 73
Binary 1010100 10111001 11011010 111101 1111 0 1111 11000011 1000000 111011

Color Harmonies of #54B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B9DA

Black with #54B9DA

Text Example


Text Example

White with #54B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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