Html Css Color HEX #54C6DD Malibu

📋 copy color: '#54C6DD'

red 84 ◦ green 198 ◦ blue 221

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

Shades of Malibu #54C6DD

Tints of Malibu #54C6DD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 16.7%
G = 39.36%
B = 43.94%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54C6DD (or 0x54C6DD) is known color: Malibu. HEX triplet: 54, C6 and DD. RGB value is (84,198,221). Sum of RGB (Red+Green+Blue) = 84+198+221=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #54C6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C6DD is #AB3922. Grayscale: #A6A6A6. Windows color (decimal): -11221283 or 14534228. OLE color: 14534228.

HSL color Cylindrical-coordinate representation of color #54C6DD: hue angle of 190.07º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C6DD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 198 221 -
CMYK 0.62 0.10 0 0.13
HSL 190.07º 0.67% 0.6% -
HSV(B) 190.07º 0.62% 0.87% -
XYZ 36.9 47.49 75.63 -
YUV 166.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 84 198 221 0.62 0.10 0 0.13 190.07 0.67 0.6
Hex 54 C6 DD 3E A 0 D BE 43 3C
Octal 124 306 335 76 12 0 15 276 103 74
Binary 1010100 11000110 11011101 111110 1010 0 1101 10111110 1000011 111100

Color Harmonies of #54C6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C6DD

Black with #54C6DD

Text Example


Text Example

White with #54C6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,198,221); }

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

background-color css

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

 a { background-color: rgb(84,198,221); }

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

border-color css

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

 span { border-color: rgb(84,198,221); }

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