Html Css Color HEX #54C4F8 Malibu

📋 copy color: '#54C4F8'

red 84 ◦ green 196 ◦ blue 248

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

Shades of Malibu #54C4F8

Tints of Malibu #54C4F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.97%

R = 15.91%
G = 37.12%
B = 46.97%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#54C4F8 (or 0x54C4F8) is known color: Malibu. HEX triplet: 54, C4 and F8. RGB value is (84,196,248). Sum of RGB (Red+Green+Blue) = 84+196+248=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #54C4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C4F8 is #AB3B07. Grayscale: #A8A8A8. Windows color (decimal): -11221768 or 16303188. OLE color: 16303188.

HSL color Cylindrical-coordinate representation of color #54C4F8: hue angle of 199.02º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54C4F8 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 196 248 -
CMYK 0.66 0.21 0 0.03
HSL 199.02º 0.92% 0.65% -
HSV(B) 199.02º 0.66% 0.97% -
XYZ 40.34 48.14 95.97 -
YUV 168.44 172.89 67.77 -
System Red Green Blue C M Y K H S L
Decimal 84 196 248 0.66 0.21 0 0.03 199.02 0.92 0.65
Hex 54 C4 F8 42 15 0 3 C7 5C 41
Octal 124 304 370 102 25 0 3 307 134 101
Binary 1010100 11000100 11111000 1000010 10101 0 11 11000111 1011100 1000001

Color Harmonies of #54C4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C4F8

Black with #54C4F8

Text Example


Text Example

White with #54C4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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