Html Css Color HEX #55C6DC Malibu

📋 copy color: '#55C6DC'

red 85 ◦ green 198 ◦ blue 220

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

Shades of Malibu #55C6DC

Tints of Malibu #55C6DC

RGB

 RED value IS 85 (33.59% from 255) = 16.9%

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 16.9%
G = 39.36%
B = 43.74%

CMYK

 C value IS 0.61

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55C6DC (or 0x55C6DC) is known color: Malibu. HEX triplet: 55, C6 and DC. RGB value is (85,198,220). Sum of RGB (Red+Green+Blue) = 85+198+220=503 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.90% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #55C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C6DC is #AA3923. Grayscale: #A6A6A6. Windows color (decimal): -11155748 or 14468693. OLE color: 14468693.

HSL color Cylindrical-coordinate representation of color #55C6DC: hue angle of 189.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C6DC is Cyan = 0.61, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 198 220 -
CMYK 0.61 0.1 0 0.14
HSL 189.78º 0.66% 0.6% -
HSV(B) 189.78º 0.61% 0.86% -
XYZ 36.86 47.49 74.93 -
YUV 166.72 158.06 69.71 -
System Red Green Blue C M Y K H S L
Decimal 85 198 220 0.61 0.1 0 0.14 189.78 0.66 0.6
Hex 55 C6 DC 3D A 0 E BE 42 3C
Octal 125 306 334 75 12 0 16 276 102 74
Binary 1010101 11000110 11011100 111101 1010 0 1110 10111110 1000010 111100

Color Harmonies of #55C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C6DC

Black with #55C6DC

Text Example


Text Example

White with #55C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C6DC; }

 p { color: rgb(85,198,220); }

 H1.HeaderClassName
 {
   color: #55C6DC;
 }
 .AnyTagClassName
 {
   color: #55C6DC;
 }
</style>

background-color css

<style>
 a { background-color: #55C6DC; }

 a { background-color: rgb(85,198,220); }

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

border-color css

<style>
 span { border-color: #55C6DC; }

 span { border-color: rgb(85,198,220); }

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