Html Css Color HEX #54B1EF Malibu

📋 copy color: '#54B1EF'

red 84 ◦ green 177 ◦ blue 239

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

Shades of Malibu #54B1EF

Tints of Malibu #54B1EF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 16.8%
G = 35.4%
B = 47.8%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#54B1EF (or 0x54B1EF) is known color: Malibu. HEX triplet: 54, B1 and EF. RGB value is (84,177,239). Sum of RGB (Red+Green+Blue) = 84+177+239=500 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #54B1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B1EF is #AB4E10. Grayscale: #9B9B9B. Windows color (decimal): -11226641 or 15708500. OLE color: 15708500.

HSL color Cylindrical-coordinate representation of color #54B1EF: hue angle of 204º 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 #54B1EF is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 177 239 -
CMYK 0.65 0.26 0 0.06
HSL 204º 0.83% 0.63% -
HSV(B) 204º 0.65% 0.94% -
XYZ 34.96 39.56 87.45 -
YUV 156.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 84 177 239 0.65 0.26 0 0.06 204 0.83 0.63
Hex 54 B1 EF 41 1A 0 6 CC 53 3F
Octal 124 261 357 101 32 0 6 314 123 77
Binary 1010100 10110001 11101111 1000001 11010 0 110 11001100 1010011 111111

Color Harmonies of #54B1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B1EF

Black with #54B1EF

Text Example


Text Example

White with #54B1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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