Html Css Color HEX #54C8EA Malibu

📋 copy color: '#54C8EA'

red 84 ◦ green 200 ◦ blue 234

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

Shades of Malibu #54C8EA

Tints of Malibu #54C8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.61%

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 16.22%
G = 38.61%
B = 45.17%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54C8EA (or 0x54C8EA) is known color: Malibu. HEX triplet: 54, C8 and EA. RGB value is (84,200,234). Sum of RGB (Red+Green+Blue) = 84+200+234=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #54C8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C8EA is #AB3715. Grayscale: #A8A8A8. Windows color (decimal): -11220758 or 15386708. OLE color: 15386708.

HSL color Cylindrical-coordinate representation of color #54C8EA: hue angle of 193.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C8EA is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 200 234 -
CMYK 0.64 0.15 0 0.08
HSL 193.6º 0.78% 0.62% -
HSV(B) 193.6º 0.64% 0.92% -
XYZ 39.16 49.13 85.26 -
YUV 169.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 84 200 234 0.64 0.15 0 0.08 193.6 0.78 0.62
Hex 54 C8 EA 40 F 0 8 C2 4E 3E
Octal 124 310 352 100 17 0 10 302 116 76
Binary 1010100 11001000 11101010 1000000 1111 0 1000 11000010 1001110 111110

Color Harmonies of #54C8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C8EA

Black with #54C8EA

Text Example


Text Example

White with #54C8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,200,234); }

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

background-color css

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

 a { background-color: rgb(84,200,234); }

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

border-color css

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

 span { border-color: rgb(84,200,234); }

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