Html Css Color HEX #54BCF5 Malibu

📋 copy color: '#54BCF5'

red 84 ◦ green 188 ◦ blue 245

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

Shades of Malibu #54BCF5

Tints of Malibu #54BCF5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

 BLUE value IS 245 (96.09% from 255) = 47.39%

R = 16.25%
G = 36.36%
B = 47.39%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54BCF5 (or 0x54BCF5) is known color: Malibu. HEX triplet: 54, BC and F5. RGB value is (84,188,245). Sum of RGB (Red+Green+Blue) = 84+188+245=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #54BCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCF5 is #AB430A. Grayscale: #A3A3A3. Windows color (decimal): -11223819 or 16104532. OLE color: 16104532.

HSL color Cylindrical-coordinate representation of color #54BCF5: hue angle of 201.24º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54BCF5 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 188 245 -
CMYK 0.66 0.23 0 0.04
HSL 201.24º 0.89% 0.65% -
HSV(B) 201.24º 0.66% 0.96% -
XYZ 38.12 44.44 92.96 -
YUV 163.4 174.04 71.37 -
System Red Green Blue C M Y K H S L
Decimal 84 188 245 0.66 0.23 0 0.04 201.24 0.89 0.65
Hex 54 BC F5 42 17 0 4 C9 59 41
Octal 124 274 365 102 27 0 4 311 131 101
Binary 1010100 10111100 11110101 1000010 10111 0 100 11001001 1011001 1000001

Color Harmonies of #54BCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCF5

Black with #54BCF5

Text Example


Text Example

White with #54BCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,188,245); }

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

background-color css

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

 a { background-color: rgb(84,188,245); }

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

border-color css

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

 span { border-color: rgb(84,188,245); }

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