Html Css Color HEX #54ACF1 Malibu

📋 copy color: '#54ACF1'

red 84 ◦ green 172 ◦ blue 241

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

Shades of Malibu #54ACF1

Tints of Malibu #54ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.61%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 16.9%
G = 34.61%
B = 48.49%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54ACF1 (or 0x54ACF1) is known color: Malibu. HEX triplet: 54, AC and F1. RGB value is (84,172,241). Sum of RGB (Red+Green+Blue) = 84+172+241=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #54ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ACF1 is #AB530E. Grayscale: #999999. Windows color (decimal): -11227919 or 15838292. OLE color: 15838292.

HSL color Cylindrical-coordinate representation of color #54ACF1: hue angle of 206.37º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ACF1 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 172 241 -
CMYK 0.65 0.29 0 0.05
HSL 206.37º 0.85% 0.64% -
HSV(B) 206.37º 0.65% 0.95% -
XYZ 34.29 37.74 88.7 -
YUV 153.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 84 172 241 0.65 0.29 0 0.05 206.37 0.85 0.64
Hex 54 AC F1 41 1D 0 5 CE 55 40
Octal 124 254 361 101 35 0 5 316 125 100
Binary 1010100 10101100 11110001 1000001 11101 0 101 11001110 1010101 1000000

Color Harmonies of #54ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACF1

Black with #54ACF1

Text Example


Text Example

White with #54ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,172,241); }

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

background-color css

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

 a { background-color: rgb(84,172,241); }

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

border-color css

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

 span { border-color: rgb(84,172,241); }

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