Html Css Color HEX #54AEF2 Malibu

📋 copy color: '#54AEF2'

red 84 ◦ green 174 ◦ blue 242

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

Shades of Malibu #54AEF2

Tints of Malibu #54AEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.4%

R = 16.8%
G = 34.8%
B = 48.4%

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

#54AEF2 (or 0x54AEF2) is known color: Malibu. HEX triplet: 54, AE and F2. RGB value is (84,174,242). Sum of RGB (Red+Green+Blue) = 84+174+242=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #54AEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEF2 is #AB510D. Grayscale: #9A9A9A. Windows color (decimal): -11227406 or 15904340. OLE color: 15904340.

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

Color convert

RGB 84 174 242 -
CMYK 0.65 0.28 0 0.05
HSL 205.82º 0.86% 0.64% -
HSV(B) 205.82º 0.65% 0.95% -
XYZ 34.82 38.57 89.61 -
YUV 154.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 84 174 242 0.65 0.28 0 0.05 205.82 0.86 0.64
Hex 54 AE F2 41 1C 0 5 CE 56 40
Octal 124 256 362 101 34 0 5 316 126 100
Binary 1010100 10101110 11110010 1000001 11100 0 101 11001110 1010110 1000000

Color Harmonies of #54AEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEF2

Black with #54AEF2

Text Example


Text Example

White with #54AEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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