Html Css Color HEX #54AFDB Malibu

📋 copy color: '#54AFDB'

red 84 ◦ green 175 ◦ blue 219

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

Shades of Malibu #54AFDB

Tints of Malibu #54AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 17.57%
G = 36.61%
B = 45.82%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54AFDB (or 0x54AFDB) is known color: Malibu. HEX triplet: 54, AF and DB. RGB value is (84,175,219). Sum of RGB (Red+Green+Blue) = 84+175+219=478 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.57% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #54AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDB is #AB5024. Grayscale: #989898. Windows color (decimal): -11227173 or 14397268. OLE color: 14397268.

HSL color Cylindrical-coordinate representation of color #54AFDB: hue angle of 199.56º 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 #54AFDB is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 175 219 -
CMYK 0.62 0.20 0 0.14
HSL 199.56º 0.65% 0.59% -
HSV(B) 199.56º 0.62% 0.86% -
XYZ 31.77 37.66 72.61 -
YUV 152.81 165.35 78.92 -
System Red Green Blue C M Y K H S L
Decimal 84 175 219 0.62 0.20 0 0.14 199.56 0.65 0.59
Hex 54 AF DB 3E 14 0 E C8 41 3B
Octal 124 257 333 76 24 0 16 310 101 73
Binary 1010100 10101111 11011011 111110 10100 0 1110 11001000 1000001 111011

Color Harmonies of #54AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFDB

Black with #54AFDB

Text Example


Text Example

White with #54AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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