Html Css Color HEX #54BFF1 Malibu

📋 copy color: '#54BFF1'

red 84 ◦ green 191 ◦ blue 241

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

Shades of Malibu #54BFF1

Tints of Malibu #54BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

 BLUE value IS 241 (94.53% from 255) = 46.71%

R = 16.28%
G = 37.02%
B = 46.71%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54BFF1 (or 0x54BFF1) is known color: Malibu. HEX triplet: 54, BF and F1. RGB value is (84,191,241). Sum of RGB (Red+Green+Blue) = 84+191+241=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #54BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFF1 is #AB400E. Grayscale: #A4A4A4. Windows color (decimal): -11223055 or 15843156. OLE color: 15843156.

HSL color Cylindrical-coordinate representation of color #54BFF1: hue angle of 199.11º degrees, saturation: 0.85, 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 #54BFF1 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 191 241 -
CMYK 0.65 0.21 0 0.05
HSL 199.11º 0.85% 0.64% -
HSV(B) 199.11º 0.65% 0.95% -
XYZ 38.16 45.5 89.99 -
YUV 164.71 171.05 70.43 -
System Red Green Blue C M Y K H S L
Decimal 84 191 241 0.65 0.21 0 0.05 199.11 0.85 0.64
Hex 54 BF F1 41 15 0 5 C7 55 40
Octal 124 277 361 101 25 0 5 307 125 100
Binary 1010100 10111111 11110001 1000001 10101 0 101 11000111 1010101 1000000

Color Harmonies of #54BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BFF1

Black with #54BFF1

Text Example


Text Example

White with #54BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,191,241); }

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

background-color css

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

 a { background-color: rgb(84,191,241); }

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

border-color css

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

 span { border-color: rgb(84,191,241); }

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