Html Css Color HEX #54C3EE Malibu

📋 copy color: '#54C3EE'

red 84 ◦ green 195 ◦ blue 238

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

Shades of Malibu #54C3EE

Tints of Malibu #54C3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 16.25%
G = 37.72%
B = 46.03%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54C3EE (or 0x54C3EE) is known color: Malibu. HEX triplet: 54, C3 and EE. RGB value is (84,195,238). Sum of RGB (Red+Green+Blue) = 84+195+238=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #54C3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C3EE is #AB3C11. Grayscale: #A6A6A6. Windows color (decimal): -11222034 or 15647572. OLE color: 15647572.

HSL color Cylindrical-coordinate representation of color #54C3EE: hue angle of 196.75º degrees, saturation: 0.82, 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 #54C3EE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 195 238 -
CMYK 0.65 0.18 0 0.07
HSL 196.75º 0.82% 0.63% -
HSV(B) 196.75º 0.65% 0.93% -
XYZ 38.6 47.09 87.94 -
YUV 166.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 84 195 238 0.65 0.18 0 0.07 196.75 0.82 0.63
Hex 54 C3 EE 41 12 0 7 C5 52 3F
Octal 124 303 356 101 22 0 7 305 122 77
Binary 1010100 11000011 11101110 1000001 10010 0 111 11000101 1010010 111111

Color Harmonies of #54C3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C3EE

Black with #54C3EE

Text Example


Text Example

White with #54C3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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