Html Css Color HEX #54B2F9 Malibu

📋 copy color: '#54B2F9'

red 84 ◦ green 178 ◦ blue 249

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

Shades of Malibu #54B2F9

Tints of Malibu #54B2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 16.44%
G = 34.83%
B = 48.73%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54B2F9 (or 0x54B2F9) is known color: Malibu. HEX triplet: 54, B2 and F9. RGB value is (84,178,249). Sum of RGB (Red+Green+Blue) = 84+178+249=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #54B2F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2F9 is #AB4D06. Grayscale: #9D9D9D. Windows color (decimal): -11226375 or 16364116. OLE color: 16364116.

HSL color Cylindrical-coordinate representation of color #54B2F9: hue angle of 205.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B2F9 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 178 249 -
CMYK 0.66 0.29 0 0.02
HSL 205.82º 0.93% 0.65% -
HSV(B) 205.82º 0.66% 0.98% -
XYZ 36.68 40.57 95.52 -
YUV 157.99 179.36 75.23 -
System Red Green Blue C M Y K H S L
Decimal 84 178 249 0.66 0.29 0 0.02 205.82 0.93 0.65
Hex 54 B2 F9 42 1D 0 2 CE 5D 41
Octal 124 262 371 102 35 0 2 316 135 101
Binary 1010100 10110010 11111001 1000010 11101 0 10 11001110 1011101 1000001

Color Harmonies of #54B2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2F9

Black with #54B2F9

Text Example


Text Example

White with #54B2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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