Html Css Color HEX #54C7EC Malibu

📋 copy color: '#54C7EC'

red 84 ◦ green 199 ◦ blue 236

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

Shades of Malibu #54C7EC

Tints of Malibu #54C7EC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 16.18%
G = 38.34%
B = 45.47%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54C7EC (or 0x54C7EC) is known color: Malibu. HEX triplet: 54, C7 and EC. RGB value is (84,199,236). Sum of RGB (Red+Green+Blue) = 84+199+236=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #54C7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C7EC is #AB3813. Grayscale: #A8A8A8. Windows color (decimal): -11221012 or 15517524. OLE color: 15517524.

HSL color Cylindrical-coordinate representation of color #54C7EC: hue angle of 194.61º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C7EC is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 199 236 -
CMYK 0.64 0.16 0 0.07
HSL 194.61º 0.8% 0.63% -
HSV(B) 194.61º 0.64% 0.93% -
XYZ 39.22 48.79 86.71 -
YUV 168.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 84 199 236 0.64 0.16 0 0.07 194.61 0.8 0.63
Hex 54 C7 EC 40 10 0 7 C3 50 3F
Octal 124 307 354 100 20 0 7 303 120 77
Binary 1010100 11000111 11101100 1000000 10000 0 111 11000011 1010000 111111

Color Harmonies of #54C7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C7EC

Black with #54C7EC

Text Example


Text Example

White with #54C7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,199,236); }

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

background-color css

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

 a { background-color: rgb(84,199,236); }

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

border-color css

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

 span { border-color: rgb(84,199,236); }

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