Html Css Color HEX #54B8DA Malibu

📋 copy color: '#54B8DA'

red 84 ◦ green 184 ◦ blue 218

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

Shades of Malibu #54B8DA

Tints of Malibu #54B8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

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

R = 17.28%
G = 37.86%
B = 44.86%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54B8DA (or 0x54B8DA) is known color: Malibu. HEX triplet: 54, B8 and DA. RGB value is (84,184,218). Sum of RGB (Red+Green+Blue) = 84+184+218=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #54B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8DA is #AB4725. Grayscale: #9D9D9D. Windows color (decimal): -11224870 or 14334036. OLE color: 14334036.

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

Color convert

RGB 84 184 218 -
CMYK 0.61 0.16 0 0.15
HSL 195.22º 0.64% 0.59% -
HSV(B) 195.22º 0.61% 0.85% -
XYZ 33.45 41.23 72.52 -
YUV 157.98 161.87 75.24 -
System Red Green Blue C M Y K H S L
Decimal 84 184 218 0.61 0.16 0 0.15 195.22 0.64 0.59
Hex 54 B8 DA 3D 10 0 F C3 40 3B
Octal 124 270 332 75 20 0 17 303 100 73
Binary 1010100 10111000 11011010 111101 10000 0 1111 11000011 1000000 111011

Color Harmonies of #54B8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B8DA

Black with #54B8DA

Text Example


Text Example

White with #54B8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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