Html Css Color HEX #54C0F4 Malibu

📋 copy color: '#54C0F4'

red 84 ◦ green 192 ◦ blue 244

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

Shades of Malibu #54C0F4

Tints of Malibu #54C0F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.92%

R = 16.15%
G = 36.92%
B = 46.92%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#54C0F4 (or 0x54C0F4) is known color: Malibu. HEX triplet: 54, C0 and F4. RGB value is (84,192,244). Sum of RGB (Red+Green+Blue) = 84+192+244=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #54C0F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0F4 is #AB3F0B. Grayscale: #A5A5A5. Windows color (decimal): -11222796 or 16040020. OLE color: 16040020.

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

Color convert

RGB 84 192 244 -
CMYK 0.66 0.21 0 0.04
HSL 199.5º 0.88% 0.64% -
HSV(B) 199.5º 0.66% 0.96% -
XYZ 38.83 46.12 92.44 -
YUV 165.64 172.22 69.77 -
System Red Green Blue C M Y K H S L
Decimal 84 192 244 0.66 0.21 0 0.04 199.5 0.88 0.64
Hex 54 C0 F4 42 15 0 4 C8 58 40
Octal 124 300 364 102 25 0 4 310 130 100
Binary 1010100 11000000 11110100 1000010 10101 0 100 11001000 1011000 1000000

Color Harmonies of #54C0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C0F4

Black with #54C0F4

Text Example


Text Example

White with #54C0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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