Html Css Color HEX #54ADF8 Malibu

📋 copy color: '#54ADF8'

red 84 ◦ green 173 ◦ blue 248

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

Shades of Malibu #54ADF8

Tints of Malibu #54ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 16.63%
G = 34.26%
B = 49.11%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#54ADF8 (or 0x54ADF8) is known color: Malibu. HEX triplet: 54, AD and F8. RGB value is (84,173,248). Sum of RGB (Red+Green+Blue) = 84+173+248=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #54ADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF8 is #AB5207. Grayscale: #9A9A9A. Windows color (decimal): -11227656 or 16297300. OLE color: 16297300.

HSL color Cylindrical-coordinate representation of color #54ADF8: hue angle of 207.44º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ADF8 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 173 248 -
CMYK 0.66 0.30 0 0.03
HSL 207.44º 0.92% 0.65% -
HSV(B) 207.44º 0.66% 0.97% -
XYZ 35.54 38.55 94.37 -
YUV 154.94 180.51 77.4 -
System Red Green Blue C M Y K H S L
Decimal 84 173 248 0.66 0.30 0 0.03 207.44 0.92 0.65
Hex 54 AD F8 42 1E 0 3 CF 5C 41
Octal 124 255 370 102 36 0 3 317 134 101
Binary 1010100 10101101 11111000 1000010 11110 0 11 11001111 1011100 1000001

Color Harmonies of #54ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADF8

Black with #54ADF8

Text Example


Text Example

White with #54ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,173,248); }

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

background-color css

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

 a { background-color: rgb(84,173,248); }

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

border-color css

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

 span { border-color: rgb(84,173,248); }

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