Html Css Color HEX #54B2FA Malibu

📋 copy color: '#54B2FA'

red 84 ◦ green 178 ◦ blue 250

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

Shades of Malibu #54B2FA

Tints of Malibu #54B2FA

RGB

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

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

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

R = 16.41%
G = 34.77%
B = 48.83%

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

#54B2FA (or 0x54B2FA) is known color: Malibu. HEX triplet: 54, B2 and FA. RGB value is (84,178,250). Sum of RGB (Red+Green+Blue) = 84+178+250=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #54B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2FA is #AB4D05. Grayscale: #9D9D9D. Windows color (decimal): -11226374 or 16429652. OLE color: 16429652.

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

Color convert

RGB 84 178 250 -
CMYK 0.66 0.29 0 0.02
HSL 206.02º 0.94% 0.65% -
HSV(B) 206.02º 0.66% 0.98% -
XYZ 36.83 40.63 96.34 -
YUV 158.1 179.86 75.15 -
System Red Green Blue C M Y K H S L
Decimal 84 178 250 0.66 0.29 0 0.02 206.02 0.94 0.65
Hex 54 B2 FA 42 1D 0 2 CE 5E 41
Octal 124 262 372 102 35 0 2 316 136 101
Binary 1010100 10110010 11111010 1000010 11101 0 10 11001110 1011110 1000001

Color Harmonies of #54B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2FA

Black with #54B2FA

Text Example


Text Example

White with #54B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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