Html Css Color HEX #54AFDC Malibu

📋 copy color: '#54AFDC'

red 84 ◦ green 175 ◦ blue 220

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

Shades of Malibu #54AFDC

Tints of Malibu #54AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 17.54%
G = 36.53%
B = 45.93%

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

#54AFDC (or 0x54AFDC) is known color: Malibu. HEX triplet: 54, AF and DC. RGB value is (84,175,220). Sum of RGB (Red+Green+Blue) = 84+175+220=479 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.54% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #54AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AFDC is #AB5023. Grayscale: #989898. Windows color (decimal): -11227172 or 14462804. OLE color: 14462804.

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

Color convert

RGB 84 175 220 -
CMYK 0.62 0.20 0 0.14
HSL 199.85º 0.66% 0.6% -
HSV(B) 199.85º 0.62% 0.86% -
XYZ 31.9 37.71 73.31 -
YUV 152.92 165.85 78.84 -
System Red Green Blue C M Y K H S L
Decimal 84 175 220 0.62 0.20 0 0.14 199.85 0.66 0.6
Hex 54 AF DC 3E 14 0 E C8 42 3C
Octal 124 257 334 76 24 0 16 310 102 74
Binary 1010100 10101111 11011100 111110 10100 0 1110 11001000 1000010 111100

Color Harmonies of #54AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFDC

Black with #54AFDC

Text Example


Text Example

White with #54AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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