Html Css Color HEX #54BAED Malibu

📋 copy color: '#54BAED'

red 84 ◦ green 186 ◦ blue 237

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

Shades of Malibu #54BAED

Tints of Malibu #54BAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 16.57%
G = 36.69%
B = 46.75%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54BAED (or 0x54BAED) is known color: Malibu. HEX triplet: 54, BA and ED. RGB value is (84,186,237). Sum of RGB (Red+Green+Blue) = 84+186+237=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #54BAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAED is #AB4512. Grayscale: #A1A1A1. Windows color (decimal): -11224339 or 15579732. OLE color: 15579732.

HSL color Cylindrical-coordinate representation of color #54BAED: hue angle of 200º degrees, saturation: 0.81, 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 #54BAED is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 186 237 -
CMYK 0.65 0.22 0 0.07
HSL 200º 0.81% 0.63% -
HSV(B) 200º 0.65% 0.93% -
XYZ 36.5 43.12 86.52 -
YUV 161.32 170.71 72.85 -
System Red Green Blue C M Y K H S L
Decimal 84 186 237 0.65 0.22 0 0.07 200 0.81 0.63
Hex 54 BA ED 41 16 0 7 C8 51 3F
Octal 124 272 355 101 26 0 7 310 121 77
Binary 1010100 10111010 11101101 1000001 10110 0 111 11001000 1010001 111111

Color Harmonies of #54BAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BAED

Black with #54BAED

Text Example


Text Example

White with #54BAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,186,237); }

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

background-color css

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

 a { background-color: rgb(84,186,237); }

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

border-color css

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

 span { border-color: rgb(84,186,237); }

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