Html Css Color HEX #54C2EE Malibu

📋 copy color: '#54C2EE'

red 84 ◦ green 194 ◦ blue 238

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

Shades of Malibu #54C2EE

Tints of Malibu #54C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.6%

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

R = 16.28%
G = 37.6%
B = 46.12%

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

#54C2EE (or 0x54C2EE) is known color: Malibu. HEX triplet: 54, C2 and EE. RGB value is (84,194,238). Sum of RGB (Red+Green+Blue) = 84+194+238=516 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.28% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #54C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C2EE is #AB3D11. Grayscale: #A5A5A5. Windows color (decimal): -11222290 or 15647316. OLE color: 15647316.

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

Color convert

RGB 84 194 238 -
CMYK 0.65 0.18 0 0.07
HSL 197.14º 0.82% 0.63% -
HSV(B) 197.14º 0.65% 0.93% -
XYZ 38.38 46.64 87.87 -
YUV 166.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 84 194 238 0.65 0.18 0 0.07 197.14 0.82 0.63
Hex 54 C2 EE 41 12 0 7 C5 52 3F
Octal 124 302 356 101 22 0 7 305 122 77
Binary 1010100 11000010 11101110 1000001 10010 0 111 11000101 1010010 111111

Color Harmonies of #54C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C2EE

Black with #54C2EE

Text Example


Text Example

White with #54C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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