Html Css Color HEX #54C4ED Malibu

📋 copy color: '#54C4ED'

red 84 ◦ green 196 ◦ blue 237

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

Shades of Malibu #54C4ED

Tints of Malibu #54C4ED

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.91%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 16.25%
G = 37.91%
B = 45.84%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54C4ED (or 0x54C4ED) is known color: Malibu. HEX triplet: 54, C4 and ED. RGB value is (84,196,237). Sum of RGB (Red+Green+Blue) = 84+196+237=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #54C4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C4ED is #AB3B12. Grayscale: #A6A6A6. Windows color (decimal): -11221779 or 15582292. OLE color: 15582292.

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

Color convert

RGB 84 196 237 -
CMYK 0.65 0.17 0 0.07
HSL 196.08º 0.81% 0.63% -
HSV(B) 196.08º 0.65% 0.93% -
XYZ 38.68 47.48 87.25 -
YUV 167.19 167.39 68.67 -
System Red Green Blue C M Y K H S L
Decimal 84 196 237 0.65 0.17 0 0.07 196.08 0.81 0.63
Hex 54 C4 ED 41 11 0 7 C4 51 3F
Octal 124 304 355 101 21 0 7 304 121 77
Binary 1010100 11000100 11101101 1000001 10001 0 111 11000100 1010001 111111

Color Harmonies of #54C4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C4ED

Black with #54C4ED

Text Example


Text Example

White with #54C4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,196,237); }

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

background-color css

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

 a { background-color: rgb(84,196,237); }

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

border-color css

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

 span { border-color: rgb(84,196,237); }

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