Html Css Color HEX #54AEF1 Malibu

📋 copy color: '#54AEF1'

red 84 ◦ green 174 ◦ blue 241

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

Shades of Malibu #54AEF1

Tints of Malibu #54AEF1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.87%

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

R = 16.83%
G = 34.87%
B = 48.3%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54AEF1 (or 0x54AEF1) is known color: Malibu. HEX triplet: 54, AE and F1. RGB value is (84,174,241). Sum of RGB (Red+Green+Blue) = 84+174+241=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #54AEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEF1 is #AB510E. Grayscale: #9A9A9A. Windows color (decimal): -11227407 or 15838804. OLE color: 15838804.

HSL color Cylindrical-coordinate representation of color #54AEF1: hue angle of 205.61º 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 #54AEF1 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 174 241 -
CMYK 0.65 0.28 0 0.05
HSL 205.61º 0.85% 0.64% -
HSV(B) 205.61º 0.65% 0.95% -
XYZ 34.67 38.51 88.82 -
YUV 154.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 84 174 241 0.65 0.28 0 0.05 205.61 0.85 0.64
Hex 54 AE F1 41 1C 0 5 CE 55 40
Octal 124 256 361 101 34 0 5 316 125 100
Binary 1010100 10101110 11110001 1000001 11100 0 101 11001110 1010101 1000000

Color Harmonies of #54AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEF1

Black with #54AEF1

Text Example


Text Example

White with #54AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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