Html Css Color HEX #54C0F5 Malibu

📋 copy color: '#54C0F5'

red 84 ◦ green 192 ◦ blue 245

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

Shades of Malibu #54C0F5

Tints of Malibu #54C0F5

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

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

R = 16.12%
G = 36.85%
B = 47.02%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54C0F5 (or 0x54C0F5) is known color: Malibu. HEX triplet: 54, C0 and F5. RGB value is (84,192,245). Sum of RGB (Red+Green+Blue) = 84+192+245=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #54C0F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0F5 is #AB3F0A. Grayscale: #A5A5A5. Windows color (decimal): -11222795 or 16105556. OLE color: 16105556.

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

Color convert

RGB 84 192 245 -
CMYK 0.66 0.22 0 0.04
HSL 199.75º 0.89% 0.65% -
HSV(B) 199.75º 0.66% 0.96% -
XYZ 38.99 46.18 93.24 -
YUV 165.75 172.72 69.69 -
System Red Green Blue C M Y K H S L
Decimal 84 192 245 0.66 0.22 0 0.04 199.75 0.89 0.65
Hex 54 C0 F5 42 16 0 4 C8 59 41
Octal 124 300 365 102 26 0 4 310 131 101
Binary 1010100 11000000 11110101 1000010 10110 0 100 11001000 1011001 1000001

Color Harmonies of #54C0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0F5

Black with #54C0F5

Text Example


Text Example

White with #54C0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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