Html Css Color HEX #54AFFE Malibu

📋 copy color: '#54AFFE'

red 84 ◦ green 175 ◦ blue 254

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

Shades of Malibu #54AFFE

Tints of Malibu #54AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

 BLUE value IS 254 (99.61% from 255) = 49.51%

R = 16.37%
G = 34.11%
B = 49.51%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#54AFFE (or 0x54AFFE) is known color: Malibu. HEX triplet: 54, AF and FE. RGB value is (84,175,254). Sum of RGB (Red+Green+Blue) = 84+175+254=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #54AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AFFE is #AB5001. Grayscale: #9C9C9C. Windows color (decimal): -11227138 or 16691028. OLE color: 16691028.

HSL color Cylindrical-coordinate representation of color #54AFFE: hue angle of 207.88º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54AFFE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 84 175 254 -
CMYK 0.67 0.31 0 0.00
HSL 207.88º 0.99% 0.66% -
HSV(B) 207.88º 0.67% 1% -
XYZ 36.88 39.7 99.49 -
YUV 156.8 182.85 76.08 -
System Red Green Blue C M Y K H S L
Decimal 84 175 254 0.67 0.31 0 0.00 207.88 0.99 0.66
Hex 54 AF FE 43 1F 0 0 D0 63 42
Octal 124 257 376 103 37 0 0 320 143 102
Binary 1010100 10101111 11111110 1000011 11111 0 0 11010000 1100011 1000010

Color Harmonies of #54AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFFE

Black with #54AFFE

Text Example


Text Example

White with #54AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,254); }

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

background-color css

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

 a { background-color: rgb(84,175,254); }

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

border-color css

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

 span { border-color: rgb(84,175,254); }

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