Html Css Color HEX #54B5FA Malibu

📋 copy color: '#54B5FA'

red 84 ◦ green 181 ◦ blue 250

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

Shades of Malibu #54B5FA

Tints of Malibu #54B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 16.31%
G = 35.15%
B = 48.54%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54B5FA (or 0x54B5FA) is known color: Malibu. HEX triplet: 54, B5 and FA. RGB value is (84,181,250). Sum of RGB (Red+Green+Blue) = 84+181+250=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #54B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B5FA is #AB4A05. Grayscale: #9F9F9F. Windows color (decimal): -11225606 or 16430420. OLE color: 16430420.

HSL color Cylindrical-coordinate representation of color #54B5FA: hue angle of 204.94º degrees, saturation: 0.94, 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 #54B5FA is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 181 250 -
CMYK 0.66 0.28 0 0.02
HSL 204.94º 0.94% 0.65% -
HSV(B) 204.94º 0.66% 0.98% -
XYZ 37.44 41.83 96.54 -
YUV 159.86 178.86 73.89 -
System Red Green Blue C M Y K H S L
Decimal 84 181 250 0.66 0.28 0 0.02 204.94 0.94 0.65
Hex 54 B5 FA 42 1C 0 2 CD 5E 41
Octal 124 265 372 102 34 0 2 315 136 101
Binary 1010100 10110101 11111010 1000010 11100 0 10 11001101 1011110 1000001

Color Harmonies of #54B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B5FA

Black with #54B5FA

Text Example


Text Example

White with #54B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,181,250); }

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

background-color css

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

 a { background-color: rgb(84,181,250); }

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

border-color css

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

 span { border-color: rgb(84,181,250); }

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