Html Css Color HEX #54C1F9 Malibu

📋 copy color: '#54C1F9'

red 84 ◦ green 193 ◦ blue 249

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

Shades of Malibu #54C1F9

Tints of Malibu #54C1F9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.69%

 BLUE value IS 249 (97.66% from 255) = 47.34%

R = 15.97%
G = 36.69%
B = 47.34%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54C1F9 (or 0x54C1F9) is known color: Malibu. HEX triplet: 54, C1 and F9. RGB value is (84,193,249). Sum of RGB (Red+Green+Blue) = 84+193+249=526 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.97% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #54C1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C1F9 is #AB3E06. Grayscale: #A6A6A6. Windows color (decimal): -11222535 or 16367956. OLE color: 16367956.

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

Color convert

RGB 84 193 249 -
CMYK 0.66 0.22 0 0.02
HSL 200.36º 0.93% 0.65% -
HSV(B) 200.36º 0.66% 0.98% -
XYZ 39.83 46.86 96.57 -
YUV 166.79 174.39 68.95 -
System Red Green Blue C M Y K H S L
Decimal 84 193 249 0.66 0.22 0 0.02 200.36 0.93 0.65
Hex 54 C1 F9 42 16 0 2 C8 5D 41
Octal 124 301 371 102 26 0 2 310 135 101
Binary 1010100 11000001 11111001 1000010 10110 0 10 11001000 1011101 1000001

Color Harmonies of #54C1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C1F9

Black with #54C1F9

Text Example


Text Example

White with #54C1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,193,249); }

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

background-color css

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

 a { background-color: rgb(84,193,249); }

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

border-color css

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

 span { border-color: rgb(84,193,249); }

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