Html Css Color HEX #54BCF2 Malibu

📋 copy color: '#54BCF2'

red 84 ◦ green 188 ◦ blue 242

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

Shades of Malibu #54BCF2

Tints of Malibu #54BCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.08%

R = 16.34%
G = 36.58%
B = 47.08%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54BCF2 (or 0x54BCF2) is known color: Malibu. HEX triplet: 54, BC and F2. RGB value is (84,188,242). Sum of RGB (Red+Green+Blue) = 84+188+242=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #54BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCF2 is #AB430D. Grayscale: #A2A2A2. Windows color (decimal): -11223822 or 15907924. OLE color: 15907924.

HSL color Cylindrical-coordinate representation of color #54BCF2: hue angle of 200.51º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCF2 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 188 242 -
CMYK 0.65 0.22 0 0.05
HSL 200.51º 0.86% 0.64% -
HSV(B) 200.51º 0.65% 0.95% -
XYZ 37.67 44.26 90.56 -
YUV 163.06 172.54 71.61 -
System Red Green Blue C M Y K H S L
Decimal 84 188 242 0.65 0.22 0 0.05 200.51 0.86 0.64
Hex 54 BC F2 41 16 0 5 C9 56 40
Octal 124 274 362 101 26 0 5 311 126 100
Binary 1010100 10111100 11110010 1000001 10110 0 101 11001001 1010110 1000000

Color Harmonies of #54BCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BCF2

Black with #54BCF2

Text Example


Text Example

White with #54BCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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