Html Css Color HEX #54B7DB Malibu

📋 copy color: '#54B7DB'

red 84 ◦ green 183 ◦ blue 219

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

Shades of Malibu #54B7DB

Tints of Malibu #54B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 17.28%
G = 37.65%
B = 45.06%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54B7DB (or 0x54B7DB) is known color: Malibu. HEX triplet: 54, B7 and DB. RGB value is (84,183,219). Sum of RGB (Red+Green+Blue) = 84+183+219=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #54B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B7DB is #AB4824. Grayscale: #9D9D9D. Windows color (decimal): -11225125 or 14399316. OLE color: 14399316.

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

Color convert

RGB 84 183 219 -
CMYK 0.62 0.16 0 0.14
HSL 196º 0.65% 0.59% -
HSV(B) 196º 0.62% 0.86% -
XYZ 33.38 40.87 73.15 -
YUV 157.5 162.7 75.57 -
System Red Green Blue C M Y K H S L
Decimal 84 183 219 0.62 0.16 0 0.14 196 0.65 0.59
Hex 54 B7 DB 3E 10 0 E C4 41 3B
Octal 124 267 333 76 20 0 16 304 101 73
Binary 1010100 10110111 11011011 111110 10000 0 1110 11000100 1000001 111011

Color Harmonies of #54B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B7DB

Black with #54B7DB

Text Example


Text Example

White with #54B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,183,219); }

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

background-color css

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

 a { background-color: rgb(84,183,219); }

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

border-color css

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

 span { border-color: rgb(84,183,219); }

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