Html Css Color HEX #54B2DA Malibu

📋 copy color: '#54B2DA'

red 84 ◦ green 178 ◦ blue 218

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

Shades of Malibu #54B2DA

Tints of Malibu #54B2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

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

R = 17.5%
G = 37.08%
B = 45.42%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54B2DA (or 0x54B2DA) is known color: Malibu. HEX triplet: 54, B2 and DA. RGB value is (84,178,218). Sum of RGB (Red+Green+Blue) = 84+178+218=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #54B2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2DA is #AB4D25. Grayscale: #9A9A9A. Windows color (decimal): -11226406 or 14332500. OLE color: 14332500.

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

Color convert

RGB 84 178 218 -
CMYK 0.61 0.18 0 0.15
HSL 197.91º 0.64% 0.59% -
HSV(B) 197.91º 0.61% 0.85% -
XYZ 32.23 38.79 72.12 -
YUV 154.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 84 178 218 0.61 0.18 0 0.15 197.91 0.64 0.59
Hex 54 B2 DA 3D 12 0 F C6 40 3B
Octal 124 262 332 75 22 0 17 306 100 73
Binary 1010100 10110010 11011010 111101 10010 0 1111 11000110 1000000 111011

Color Harmonies of #54B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2DA

Black with #54B2DA

Text Example


Text Example

White with #54B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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