Html Css Color HEX #54B2EF Malibu

📋 copy color: '#54B2EF'

red 84 ◦ green 178 ◦ blue 239

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

Shades of Malibu #54B2EF

Tints of Malibu #54B2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.53%

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

R = 16.77%
G = 35.53%
B = 47.7%

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

#54B2EF (or 0x54B2EF) is known color: Malibu. HEX triplet: 54, B2 and EF. RGB value is (84,178,239). Sum of RGB (Red+Green+Blue) = 84+178+239=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #54B2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2EF is #AB4D10. Grayscale: #9C9C9C. Windows color (decimal): -11226385 or 15708756. OLE color: 15708756.

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

Color convert

RGB 84 178 239 -
CMYK 0.65 0.26 0 0.06
HSL 203.61º 0.83% 0.63% -
HSV(B) 203.61º 0.65% 0.94% -
XYZ 35.16 39.96 87.52 -
YUV 156.85 174.36 76.04 -
System Red Green Blue C M Y K H S L
Decimal 84 178 239 0.65 0.26 0 0.06 203.61 0.83 0.63
Hex 54 B2 EF 41 1A 0 6 CC 53 3F
Octal 124 262 357 101 32 0 6 314 123 77
Binary 1010100 10110010 11101111 1000001 11010 0 110 11001100 1010011 111111

Color Harmonies of #54B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2EF

Black with #54B2EF

Text Example


Text Example

White with #54B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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