Html Css Color HEX #54A8EF Malibu

📋 copy color: '#54A8EF'

red 84 ◦ green 168 ◦ blue 239

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

Shades of Malibu #54A8EF

Tints of Malibu #54A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 17.11%
G = 34.22%
B = 48.68%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54A8EF (or 0x54A8EF) is known color: Malibu. HEX triplet: 54, A8 and EF. RGB value is (84,168,239). Sum of RGB (Red+Green+Blue) = 84+168+239=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #54A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54A8EF is #AB5710. Grayscale: #969696. Windows color (decimal): -11228945 or 15706196. OLE color: 15706196.

HSL color Cylindrical-coordinate representation of color #54A8EF: hue angle of 207.48º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54A8EF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 168 239 -
CMYK 0.65 0.30 0 0.06
HSL 207.48º 0.83% 0.63% -
HSV(B) 207.48º 0.65% 0.94% -
XYZ 33.24 36.12 86.88 -
YUV 150.98 177.67 80.23 -
System Red Green Blue C M Y K H S L
Decimal 84 168 239 0.65 0.30 0 0.06 207.48 0.83 0.63
Hex 54 A8 EF 41 1E 0 6 CF 53 3F
Octal 124 250 357 101 36 0 6 317 123 77
Binary 1010100 10101000 11101111 1000001 11110 0 110 11001111 1010011 111111

Color Harmonies of #54A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8EF

Black with #54A8EF

Text Example


Text Example

White with #54A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,168,239); }

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

background-color css

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

 a { background-color: rgb(84,168,239); }

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

border-color css

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

 span { border-color: rgb(84,168,239); }

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