Html Css Color HEX #54AFEE Malibu

📋 copy color: '#54AFEE'

red 84 ◦ green 175 ◦ blue 238

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

Shades of Malibu #54AFEE

Tints of Malibu #54AFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.89%

R = 16.9%
G = 35.21%
B = 47.89%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54AFEE (or 0x54AFEE) is known color: Malibu. HEX triplet: 54, AF and EE. RGB value is (84,175,238). Sum of RGB (Red+Green+Blue) = 84+175+238=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #54AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AFEE is #AB5011. Grayscale: #9A9A9A. Windows color (decimal): -11227154 or 15642452. OLE color: 15642452.

HSL color Cylindrical-coordinate representation of color #54AFEE: hue angle of 204.55º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54AFEE is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 175 238 -
CMYK 0.65 0.26 0 0.07
HSL 204.55º 0.82% 0.63% -
HSV(B) 204.55º 0.65% 0.93% -
XYZ 34.42 38.72 86.55 -
YUV 154.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 84 175 238 0.65 0.26 0 0.07 204.55 0.82 0.63
Hex 54 AF EE 41 1A 0 7 CD 52 3F
Octal 124 257 356 101 32 0 7 315 122 77
Binary 1010100 10101111 11101110 1000001 11010 0 111 11001101 1010010 111111

Color Harmonies of #54AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFEE

Black with #54AFEE

Text Example


Text Example

White with #54AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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