Html Css Color HEX #54BEFA Malibu

📋 copy color: '#54BEFA'

red 84 ◦ green 190 ◦ blue 250

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

Shades of Malibu #54BEFA

Tints of Malibu #54BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.26%

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

R = 16.03%
G = 36.26%
B = 47.71%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54BEFA (or 0x54BEFA) is known color: Malibu. HEX triplet: 54, BE and FA. RGB value is (84,190,250). Sum of RGB (Red+Green+Blue) = 84+190+250=524 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.03% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #54BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BEFA is #AB4105. Grayscale: #A4A4A4. Windows color (decimal): -11223302 or 16432724. OLE color: 16432724.

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

Color convert

RGB 84 190 250 -
CMYK 0.66 0.24 0 0.02
HSL 201.69º 0.94% 0.65% -
HSV(B) 201.69º 0.66% 0.98% -
XYZ 39.32 45.61 97.17 -
YUV 165.15 175.88 70.12 -
System Red Green Blue C M Y K H S L
Decimal 84 190 250 0.66 0.24 0 0.02 201.69 0.94 0.65
Hex 54 BE FA 42 18 0 2 CA 5E 41
Octal 124 276 372 102 30 0 2 312 136 101
Binary 1010100 10111110 11111010 1000010 11000 0 10 11001010 1011110 1000001

Color Harmonies of #54BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BEFA

Black with #54BEFA

Text Example


Text Example

White with #54BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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