Html Css Color HEX #54C3EB Malibu

📋 copy color: '#54C3EB'

red 84 ◦ green 195 ◦ blue 235

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

Shades of Malibu #54C3EB

Tints of Malibu #54C3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.94%

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 16.34%
G = 37.94%
B = 45.72%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54C3EB (or 0x54C3EB) is known color: Malibu. HEX triplet: 54, C3 and EB. RGB value is (84,195,235). Sum of RGB (Red+Green+Blue) = 84+195+235=514 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.34% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C3EB is #AB3C14. Grayscale: #A6A6A6. Windows color (decimal): -11222037 or 15450964. OLE color: 15450964.

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

Color convert

RGB 84 195 235 -
CMYK 0.64 0.17 0 0.08
HSL 195.89º 0.79% 0.63% -
HSV(B) 195.89º 0.64% 0.92% -
XYZ 38.17 46.91 85.64 -
YUV 166.37 166.73 69.25 -
System Red Green Blue C M Y K H S L
Decimal 84 195 235 0.64 0.17 0 0.08 195.89 0.79 0.63
Hex 54 C3 EB 40 11 0 8 C4 4F 3F
Octal 124 303 353 100 21 0 10 304 117 77
Binary 1010100 11000011 11101011 1000000 10001 0 1000 11000100 1001111 111111

Color Harmonies of #54C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C3EB

Black with #54C3EB

Text Example


Text Example

White with #54C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,195,235); }

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

background-color css

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

 a { background-color: rgb(84,195,235); }

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

border-color css

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

 span { border-color: rgb(84,195,235); }

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